no mod r/m flag on 'out' opcode, use r/m<-r as default r<-r

This commit is contained in:
andromeda
2026-04-02 12:17:16 +02:00
parent 91a609040f
commit 16f26fd552
2 changed files with 63 additions and 14 deletions

View File

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