Re: A86: Re: on-calc programming


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

Re: A86: Re: on-calc programming




I have both z80 books from Zilog. I also found an op list at ticalc.org. I
can't even get a simple program to run though. I type in:

:AsmPrgm
:CD7E
:4AC9

which should call (CD) clear screen (4A7E) then ret (C9). I know the call
has to be flipped (anyone know why?), but I keep getting syntax errors when
I run/AsmComp it. what's up?

At 10:03 PM 1/7/99 -0800, you wrote:
>
>The Z80 reference book that I have lists all the opcodes and their binary
>equivalents.  Try getting a reference book.
>
>I tried programming like that before and it's very hard =).  If you ever use
>a CALL, JP, or JR you have to remember to change the addresses they jump to
>if you ever shuffle your code around.  If you try to stick with JR's then
>individual code blocks won't be affected every time you add an instruction
>somewhere else.  Also, the NOP instruction becomes VERY useful when
>programming like this!  Have fun and be careful =).
>
>-Justin Karneges [Infiniti]
>
>-----Original Message-----
>From: Dave VanEe <dvanee@dowco.com>
>To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
>Date: Thursday, January 07, 1999 7:31 PM
>Subject: A86: on-calc programming
>
>
>>
>>Using the newly-released ReadAsm (to look at programs), I realized I want
>>to try some on-calc asm at the root level. How would I figure out what hex
>>does what in 'normal' asm. Like...what is 'ld a,$23'? Does anyone have a
>>list that they use for such a style of programming?
>>
>>Thx,
>>Dave
>>
>
>
>


References: