From a7c2cd6b1124e9d859e7cd31cc6d5744315f773c Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 8 Nov 2024 17:57:33 +0000 Subject: [PATCH] Write README --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..15df9d2 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ + AMD64 POSTFIX CALCULATOR + +In an attempt to familiarise myself with AMD64 assembly I decided to +write some little toy programs using it. This is a simple postfix +calculator for Linux (it does the system calls directly). I've not +attempted to handle any edge cases at all, so don't be suprised if it +does weird stuff when fed invalid input. I used the GNU assembler; +there's a build script, build.sh, you can run to assemble and link the +program.