Revert "Throw out previous x86 stuff"

This reverts commit 807db4a592.
This commit is contained in:
Nero 2020-03-01 12:03:35 +00:00
parent 30ae244ef1
commit 4847eb4d88
24 changed files with 2507 additions and 0 deletions

View file

@ -6,6 +6,9 @@ cp437.bin: src/cp437.bmp scripts/bmp2font
vga11.bin: src/vga11.asm cp437.bin
nasm -o $@ $<
forth.bin: src/forth.asm
nasm -o $@ $<
scripts/%: src/scripts/%.c
mkdir -p scripts
gcc -o $@ $<