RosettaCodeData/Task/Stack/8086-Assembly/stack-1.8086

3 lines
85 B
Plaintext

push ax ;push ax onto the stack
pop ax ; pop the top two bytes of the stack into ax