Compare commits

..

2 Commits

Author SHA1 Message Date
6d42dcfd4f Add license 2024-11-08 17:58:55 +00:00
a7c2cd6b11 Write README 2024-11-08 17:57:33 +00:00

3
README
View File

@ -5,4 +5,5 @@ 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.
there's a build script, build.sh, you can run to assemble and link the
program.