Implement Linux backend
authorJonas Hvid <mail@johv.dk>
Sun, 4 Oct 2020 01:07:25 +0000 (03:07 +0200)
committerJonas Hvid <mail@johv.dk>
Sun, 4 Oct 2020 01:07:25 +0000 (03:07 +0200)
commit1c75ba69173401f26034abf10e64f240977e215a
tree97a8189354105de3d152e88fe6dc318fd0b6201a
parent5224cfbc1856cd2f4c786f73223b1182acbc96cc
Implement Linux backend

You can now run:

    make main && ./main

To run the interpreter without needing to boot up a virtual machine.

Note that this mode uses per-line buffering by default, so you may have to press
enter where you would normally only need a space.
main.asm
os/linux.asm