Re: More Pics & Re: 82 Assemler
[Prev][Next][Index][Thread]
Re: More Pics & Re: 82 Assemler
-
Subject: Re: More Pics & Re: 82 Assemler
-
From: Sami Khawam <a9501901@UNET.UNIVIE.AC.AT>
-
Date: Sun, 29 Dec 1996 12:59:10 -0800
-
In-Reply-To: <More Pics & Re: 82 Assemler>
Andrew I Brenner wrote:
>
> How would you access the other pic?
You can access the pic only by editing the program file on the PC, and
by changing the checksum. Here is the UUE for an example, just try it:
begin 664 PIC.82P
M*BI423@R*BH:"@``````````````````````````````````````````````
D```````````8``L`"0`%4$E#```````)``<`F&"R/YE@LID$
end
Andrew I Brenner wrote:
>
> can you UUencode this and send it to me thanks.
Here is the uue of chrs.82p, a file with all the code from 0x00 to 0xFF.
Note that it will not display all the commands, because some of them
requid 2 bytes(for example a Pic is stored by 0x60 0xXX, where 0xXX is
the pic number - 1). Here we have ...0x60 0x61..., and this will display
some strange charachters (maby the ROM?).
begin 664 CHRS.82P
M*BI423@R*BH:"@``````````````````````````````````````````````
M```````````1`0L``@$%0TA24P`````"`0`!``$"`P0%!@<("0H+#`T.#Q`1
M$A,4%187&!D:&QP='A\@(2(C)"4F)R@I*BLL+2XO,#$R,S0U-C<X.3H[/#T^
M/T!!0D-$149'2$E*2TQ-3D]045)35%565UA96EM<75Y?8&%B8V1E9F=H:6IK
M;&UN;W!Q<G-T=79W>'EZ>WQ]?G^`@8*#A(6&AXB)BHN,C8Z/D)&2DY25EI>8
MF9J;G)V>GZ"AHJ.DI::GJ*FJJZRMKJ^PL;*SM+6VM[BYNKN\O;Z_P,'"P\3%
MQL?(R<K+S,W.S]#1TM/4U=;7V-G:V]S=WM_@X>+CY.7FY^CIZNOL[>[O\/'R
/\_3U]O?X^?K[_/W^_\>`
end
Here are some code used by the 82 in programs :
List: 0x5D 0xXX : XX=List number
GDB : 0x61 0xXX
Win variables : 0x63 0xXX
Again, if anyone know anything about the memory managment of the 82,
please e-mail me.
Sami Khawam
Thanks.
References: