Im searching a way to read the M68KRegs (Not the CPU ones).
What I want to do: is to find a way (hopefully in C) to read theese registers.
In the M68KHwr.h I saw this typedef:
typedef struct M68KRegsType {
DWord d[8]; /* data registers */
DWord a[7]; /* address registers */
DWord usp; /* user stack pointer */
DWord ssp; /* supervisor stack pointer */
DWord pc; /* program counter */
Word sr; /* status register */
} M68KRegsType;
So I therefore think there must be a way to read the M68KRegs in C.
help!
Does the M68Regs recite at the same location in Memory? (as the CPUregs? 0xfffff000)
---
John Wilund
[EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/