Finish implementing embedded sys.f
authorJonas Hvid <mail@johv.dk>
Sun, 8 Mar 2020 18:32:16 +0000 (19:32 +0100)
committerJonas Hvid <mail@johv.dk>
Sun, 8 Mar 2020 18:32:16 +0000 (19:32 +0100)
commit7677dbbdce584a64e63946b39879f5edd114f36a
tree42f729c63096d5e2bb3c6c18717b0f708d51dde5
parentc6ef34f80b3c194834b1522657166c2a36bf4a29
Finish implementing embedded sys.f

OK, this works... barely!

We have to omit the final newline in sys.f for it to work. We should probably
take another look at that.

But, it does technically work: We can now run just ./main, and the sys.f file
will be run automatically from inside the program. Very cool!
bootstrap.asm
impl.asm
main.asm
sys.f