RosettaCodeData/Task/Variable-size-Set/8086-Assembly/variable-size-set-2.8086
2023-07-01 13:44:08 -04:00

2 lines
127 B
Text

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!