RosettaCodeData/Task/Stack/8086-Assembly/stack-1.8086
2023-07-01 13:44:08 -04:00

2 lines
85 B
Text

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