Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
push word 0b800h pop es xor di, di mov [es:di], word 441h jmp $ times 510 - ($-$$) db 0 db 55h db 0AAh
ラベルのないフラット バイナリを作成しているためです。NASM はデフォルトで 16 ビットにする必要があります。これに関連するのは、アドレス指定やラベルがないという事実です。したがって、 [ORG ...] ディレクティブを提供する必要はありません。