[A83] Re: What 's real-hex en normal hex?


[Prev][Next][Index][Thread]

[A83] Re: What 's real-hex en normal hex?




>At 20:53 2001-11-05, you wrote:
>>I know what 'hexadecimaal'(this is a dutch term and I don't know what the
>>translation is) is, but I read in your mails something about real-hex and
>>normal hex. What's the difference or what is this?
>
>I think he means the 83s built in asm format (used with this send9 and such
>(was this changed to a more sane name on the 83+?)), with ascii letters
>that is human readable to hex code, versus actual binary data.

On the 83+ you can make on-calc assembly like this:
:AsmPrgm        ;$BB,$6C (?) it's required, if not: ERR:INVALID)
:3E08
:22148A
:C9
(small-alpha-enabler)

Then you can do:
Asm(prgmXXXX
To execute it

or
AsmComp(prgmASMIN,prgmASMOUT
to squish it (that's what it's called, isn't it?).
And then you can also execute it with Asm(


>///Olle

Groeten,
        Ronald Teune
        Using Opera since 08/10/2001
        http://www.zeekoe.cjb.net
        iets@zeekoe.cjb.net
=================================
Anything that is good and useful is made of chocolate.
A hen is an eggs way to make a new egg.