add 8 bit opcode support

This commit is contained in:
andromeda
2026-03-31 22:20:30 +02:00
parent ad9be1029c
commit 395c42dff4
4 changed files with 122 additions and 27 deletions

View File

@@ -14,7 +14,8 @@ stdenv.mkDerivation {
asm/main.asm \
-o out.bin \
-w+all \
-w-reloc-abs
-w-reloc-abs \
-O0
'';
installPhase = ''
dd if=/dev/zero of=disk bs=512 count=2880