Why does `add cx, 1234` in NASM 16 bit mode produce with objdump?

后端 未结 0 770
孤街浪徒
孤街浪徒 2021-01-29 10:49

I have this:

bits 16
global start
section .text
start:
  add cx, 1234

With this Makefile:

test:
    @nasm -f macho64 test.asm
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题