Ed_ 5b230d5653 initial implmeentation...
the direction bit is throwing me off vs the order I'm seeing from nasm's syntax.
2023-03-03 06:43:41 -05:00
2023-03-03 06:43:41 -05:00

perfaware

Homework for Casey's Performance Aware Programming course

Material Source

Thirdparty Libraries:

  • zpl - Used instead of the C/C++ standard library.

Tools:

  • scoop : Windows package manager
  • clang : C/C++ compiler
    scoop install llvm
  • meson : Build system
    scoop install meson
  • nasm : x86 Assembler
    scoop install nasm
Description
Homework for Casey's Performance Aware Programming course
Readme 166 KiB
Languages
C++ 74.8%
Assembly 19.3%
Batchfile 4.4%
Meson 1.5%