RosettaCodeData/Task/Variable-size-Set/8086-Assembly/variable-size-set-2.8086

3 lines
127 B
Plaintext

mov al, byte ptr [ds:TestValue_02]
;even though this was listed as a dword in the data segment, the assembler lets us do this!