From ac59e62b662b2663311842db12d528a6d7e0b307 Mon Sep 17 00:00:00 2001 From: ergz Date: Mon, 21 Nov 2022 22:51:48 -0800 Subject: [PATCH] readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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 + +```