2 lines
85 B
Text
2 lines
85 B
Text
push ax ;push ax onto the stack
|
|
pop ax ; pop the top two bytes of the stack into ax
|
push ax ;push ax onto the stack
|
|
pop ax ; pop the top two bytes of the stack into ax
|