Und das geschieht automatisch?
Das will noch nicht so recht:
Code:
data segment
dummy DW ?
data ends
code segment
Start:
mov ax, 5
add ax, 2
mov dummy, ax
mov dx, offset dummy
mov ah, 9h
int 21h
mov ax, 4C00h
int 21h
code ends
end Start
mov dummy, ax
**Error** build.bat(12) Can't address with currently ASSUMEd segment registers