diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0197e0 --- /dev/null +++ b/README.md @@ -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 + +```