Compare commits

..

2 Commits

Author SHA1 Message Date
b05a59ab73 Add license 2024-11-08 18:00:34 +00:00
e0d33287bb Write README 2024-11-08 18:00:34 +00:00

3
README
View File

@ -5,5 +5,4 @@ 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.
there's a build script, build.sh.