News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

how to use "into"

Started by hellogoodday, June 15, 2013, 06:18:32 PM

Previous topic - Next topic

hellogoodday

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!!!!!!

hellogoodday

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!!!!!!

hutch--

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.