This commit is contained in:
Emanuel Rodriguez 2022-11-21 22:51:48 -08:00
parent f777789fc5
commit ac59e62b66
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
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:
```batch
build 1_8 // don't add .asm extension
```