add 8 bit opcode support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user