Address of a variable: Difference between revisions

m
(Added 8086 Assembly)
Line 23:
J DS F</lang>
=={{header|8086 Assembly}}==
{{works with | https://www.dosbox.com/ | DOSBox}}
 
<lang asm>.model small
Line 38:
mov ax, offset UserRam ;load into AX the address of UserRam
mov di, ax ;load that value into the destination index register</lang>
 
 
 
 
 
 
 
 
=={{header|AArch64 Assembly}}==
1,489

edits