1. Fw: Re: Assembly
----- Original Message -----
From: <nieuwen at xs4all.nl>
To: Lucius L. Hilley III <lhilley at cdc.net>
Sent: Saturday, October 30, 1999 3:07 PM
Subject: re: Re: Assembly
> Looked it up myself, since we both got it wrong:
>
> Try: http://www.harborside.com/home/x/xseal/euphoria/
>
> Go to the download page and get the ASM package .. asm.zip I suppose ..
>
> Good luck .... >> Ralf. N. <<
>
>
>
> > http://www.harborside.com/xseal If I remember correctly.
> >
> > Lucius L. Hilley III
> > lhilley at cdc.net lucius at ComputerCafeUSA.com
> > +----------+--------------+--------------+----------+
> > | Hollow | ICQ: 9638898 | AIM: LLHIII | Computer |
> > | Horse +--------------+--------------+ Cafe' |
> > | Software | http://www.cdc.net/~lhilley | USA |
> > +----------+-------+---------------------+----------+
> > | http://www.ComputerCafeUSA.com |
> > +--------------------------------+
>
> > > > Here's a few lines from Neil:
> > > >
> > > > poke(getlfb, {
> > > > #60, -- 0: pusha
> > > > #8B,#1D,#52,#2B,#14,#02,-- 1: mov ebx, [@linear]
> > > > #85,#DB, -- 7: test ebx, ebx
> > > > #74,#0C, -- 9: jz batman
> > > > #89,#D9, -- B: mov ecx, ebx
> > > > #C1,#EB,#10, -- D: shr ebx, 16
> > > > #B8,#01,#08,#00,#00, -- 10: mov eax, #801
> > > > #CD,#31, -- 15: int #31
> > > > ....and so on...
> > > >
> > > > This is a bit confusing. All those hexas....How can I know that #60,
> > f.ex., is pusha? Has
> > > someone written some documentation about this?
> > >
> > > No, no. Pete has a library called asm.e and a program called asm.ex
which
> > converts your
> > > source code with normal asm command into machine code. The original
code
> > is then
> > > commented.
> > > So, he only wrote the right part, the left part was then added by his
> > utility asm.ex
> > > You can also have your program convert asm --> machine codes in real
time,
> > during
> > > program launch, however it slows your program down a very little tiny
bit.
> > For real-time
> > > conversion you will need to use asm.e
> > >
> > > Its available at his site. I believe behind this link:
> > > www.harbor.com/xseal ..
> > > But i'm not sure ... try the 'other sites related to Euphoria'- page
on
> > RDS' site
> > >
> > > Good luck.
> > >
> > >
> > >
> > > Ralf Nieuwenhuijsen
> > >
> > > [[ Email ]]
> > > nieuwen at xs4all.nl
> > > ralf_n at email.com
> > >
> > > [[ I-Seek-You ]]
> > > UIN: 9389920
> > >
> > > [[ The Elevator ]]
> > > http://www.xs4all.nl/~nieuwen
> > >
> >
>
>
> >** --------- End Original Message ----------- **
>
> >
>
>
> Ralf Nieuwenhuijsen
>
> [[ Email ]]
> nieuwen at xs4all.nl
> ralf_n at email.com
>
> [[ I-Seek-You ]]
> UIN: 9389920
>
> [[ The Elevator ]]
> http://www.xs4all.nl/~nieuwen
>
>
>
>