Re: A86: string decimal -- HL


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

Re: A86: string decimal -- HL




Oh, yeah, forgot about that...

ld de,hl = ld d,h \ ld e,l

What do you mean the hex-equivalent?  Do you mean the opcodes in hex to
type into the calc directly?  Here they are:

21 00 00 06 00 CD FF FF D6 30 FE 0A D0 4F CB 25 CB 14 54 5D CB 25 CB 14 CB
25 CB 14 19 09 18 E5 

I didn't use an .org directive, so you might have to change some of the
addresses.  The $ffff is the address of Read_byte, as I didn't know where
your's will be located.  What are you doing, btw?


At 09:12 PM 8/8/98 PDT, you wrote:
>> ld de,hl		; save hl * 2
>
>had to change this... can't do LD DE,HL
>
>> jr Str_to_hl		; loop through the entire string
>
>oh, and I had to change that jump to Jr loop
>
>If anyone cares to do the hex equivelent for me... :) My routine for it 
>is just sooo ugly! hehe


--
David Phillips
mailto:electrum@tfs.net
ICQ: 13811951
AOL/AIM: electrum32


References: