how to use "into"
Is "into" only used for "overflow" ?
:biggrin:
This is my example!!!!!! :biggrin:
add ax,bx
into
... ...
overflow: push ax
push bx
push cx
push dx
.
.
.
pop dx
pop cx
pop bx
pop ax
iret
.............................
Who has other examples of about "into"? :biggrin:
I want to learn!!!!!! :biggrin:
I am sorry to disturb to you,and also sorry to ask such a simple question!!!!!!
Quote from: hellogoodday on June 15, 2013, 06:18:32 PM
how to use "into"
Is "into" only used for "overflow" ?
:biggrin:
I am sorry to disturb to you,and also sorry to ask such a simple question!!!!!!
Perhaps you could give us the context of what you are trying to do rather than flapping off at people you don't even know. A code example of what you are trying to do would also be useful.