Re: A83: CP with register DE?


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

Re: A83: CP with register DE?




In a message dated 99-01-31 06:42:18 EST, you write:

>   Try a simple xor a before the routine to see if it still gets the
>  same results.  There may be trash that some how works out????
>  
>  Jimmy

Hey yeah, some routine like _convop1 probably does use 'a' somewhere in there,
and you can never expect for any registers to be saved during Romcalls (theyre
usually all trashed) and the getkey value is prolly still left in 'a' after
that romcall. That must be it... =P

--Jason K.