2 lines
113 B
Text
2 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
|