aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2021-10-12 20:18:28 -0400
committermjfernez <mjfernez@gmail.com>2021-10-12 20:18:28 -0400
commit3cf128d6da667d00bb5bb659413ea55a98a02aff (patch)
tree12eb90997dfa63d65fe6da714626271272342320 /README.md
parent009ce017d99a8deb2089438381c273e8f3ea3b67 (diff)
downloadProject_Euler_Solutions-master.tar.gz
Added description. x86 solutions for some problemsHEADmaster
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