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