The MASM Forum

General => The Campus => Topic started by: hellogoodday on June 15, 2013, 06:18:32 PM

Title: how to use "into"
Post by: hellogoodday on June 15, 2013, 06:18:32 PM
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!!!!!!
Title: Re: how to use "into"
Post by: hellogoodday on June 15, 2013, 06:21:27 PM
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!!!!!!
Title: Re: how to use "into"
Post by: hutch-- on June 15, 2013, 10:28:50 PM
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.