aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 51f98bb..e8670d9 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,10 @@ Please re-write my solutions in another language. Or if you can't, at least go a
retype each line, renaming the variables so they make sense to you (I was kind of
deliberately cryptic). Or even better, write a prettier solution! Some these are kind of
inelegant. They get the job done but...
+
+
+* UPDATE: now with assembly (NASM) examples!
+I did cheat a bit by stealing C's printf function since writing numbers can be a pain.
+See the Makefile for each example for instructions on how to build. I'm still new to
+assembly so the code is not optimized, but I tried to opt for more readability where I
+could \ No newline at end of file