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.
我对汇编和emu8086非常陌生,似乎无法弄清楚为什么这条线会出现错误:
mov [ax], dl
虽然这条线有效:
mov [di], ch
错误是:“MOV [ax],dl,可能是未定义的 var:[ax]”
谢谢