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

3 lines
127 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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!