Re: A86: re: AsmComp( command


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

Re: A86: re: AsmComp( command




All what the AsmComp( command does is convert the hex codes from ascii
(witch has 256 chars to 16).  Look at the following example:

Ascii           |    Hex
00000001    0001
00000010    0010

All what it does is remove the extra 4 bits in the byte that is not
used....thus deviding size buy 1/2




-----Original Message-----
From: Grant Stockly <gussie@alaska.net>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Friday, December 12, 1997 9:48 AM
Subject: Re: A86: re: AsmComp( command


>
>It is compiled ASM code.
>
>>Grant Stockly wrote:
>>>
>>> Yes you can put asm directly in your calc.  Print out the Include files,
>>> and tab, then memorize them.  Travis and I program in asm all the time
at
>>> school. It takes hard work, and organization, but it can be done.  Here
is
>>> an example of how to clear the screen on an 83.
>>> program1
>>> :Send(9prgmCLRHOME
>>>
>>> program2
>>> :CD5547C9
>>> :End
>>> :0000
>>> :End
>>
>>that is hex NOT asm, exactly what i was talking about, only dif is that
>>the 93 uses End's in it
>
>


Follow-Ups: