Go to file
ergz 417ef74499 fixes the wrong register used for return 2023-03-28 00:22:09 -07:00
src fixes the wrong register used for return 2023-03-28 00:22:09 -07:00
.gitignore removes exes 2022-11-21 22:52:46 -08:00
README.md readme 2022-11-21 22:51:48 -08:00
art-of-masm.sublime-project disable autocomplete for the project, it just gets in the way in asm 2022-06-23 23:32:32 -07:00
mllink$.lnk wip 2022-06-22 23:29:35 -07:00

README.md

This repo is me working through the book The Art of 64 Bit Assembly. To build listings in the src/ folder simply call the build.bat script with the listing number:

build 1_8 //  don't add .asm extension