A83: Re: To the hot shots???
[Prev][Next][Index][Thread]
A83: Re: To the hot shots???
Ok, I compiled the code and linked it fine. If you want the hex here it
is:
CD8E4221398036042336AA233604CD2A44DA7B46CD0947CD3D47C9
End
0000
End
That's for this source:
.NOLIST
#define equ .equ
#define EQU .equ
#define end .end
#include "ti83asm.inc"
;#include "tokens.inc"
.LIST
.org 9327h
chkfindsym .equ 442Ah
_ErrUndefined .equ 467Bh
_zeroOP1 .equ 428Eh
CALL _zeroOP1
LD HL, OP1
LD (HL), 4
INC HL
LD (HL), 0AAh
INC HL
LD (HL), 4
; OP1 = 04 AA 04 : Str5
CALL chkfindsym ; lookup Str5 : DE = ptr to data, HL= ptr to YM-TBL
entry
JP C, _errUndefined ; if not found, CF will be set.
EX DE, HL ; if you want HL to point on the data
call _disphl
call _newline
ret
.end
END
Yet, all it does it display some screwed up number. 32,000
something...What do I do to get the characters to show up?
James.
____________________
James Matthews.
E-mail (family): matthews@tkb.att.ne.jp
E-mail (private): james_matthews@hotmail.com
Homepage: http://home.att.ne.jp/gold/tomcat21/index2.html
ICQ: 7413754
____________________________________