Re: A86: Non-floating point parameters


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

Re: A86: Non-floating point parameters






Stephen Hicks wrote:

> The $0C,$03,$24 also appears at $800A, just like when you pass other parameters.

Is $24 the char "!"?  If it is, then it probably stores the string in that system
variable.

> Also, i tried another string "ASDFGHJKL" and there weren't 7 zeros following the
> $24...

What were there?

>  Any idea how to break it before it executes something like Disp?  Or any idea
> where it might execute it, for that matter?  If it always loads it to the same place,
> or if there's a pointer somewhere, then it would be real nice for disassembling,
> because you could just find it and set a breakpoint....

Does the trap address option break?  You could trap the address equivelent to $4a37 in
your ROM version.


Follow-Ups: References: