3 lines
113 B
Text
3 lines
113 B
Text
|
|
foo:
|
||
|
|
ld ax,word ptr[ds:bar] ;load from bar, which is a 16 bit storage location in the data segment (DS), into AX
|