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

3 lines
85 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
push ax ;push ax onto the stack
pop ax ; pop the top two bytes of the stack into ax