Is push imm16 unallowed in protected-mode?

后端 未结 0 649
夕颜
夕颜 2021-02-20 05:23

If I compile the following code in nasm:

[bits 16]
push word 0x0101

nasm gives me the following output:

68 01 01

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