From 3cf128d6da667d00bb5bb659413ea55a98a02aff Mon Sep 17 00:00:00 2001 From: mjfernez Date: Tue, 12 Oct 2021 20:18:28 -0400 Subject: Added description. x86 solutions for some problems --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3