/[simulavr]/simulavr/src/avrcore.h
ViewVC logotype

Diff of /simulavr/src/avrcore.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by troth, Thu Sep 5 06:41:08 2002 UTC revision 1.7 by troth, Fri Sep 20 19:18:46 2002 UTC
# Line 49  struct _AvrCore { Line 49  struct _AvrCore {
49      AvrClass parent;      AvrClass parent;
50      int      state;             /* What state is the device in */      int      state;             /* What state is the device in */
51      int      sleep_mode;        /* If in sleep state, what mode? */      int      sleep_mode;        /* If in sleep state, what mode? */
52      dword    PC;                /* Program Counter */      sdword   PC;                /* Program Counter */
53      dword    PC_size;           /* size of Program Counter in bytes */      sdword   PC_size;           /* size of Program Counter in bytes */
54      dword    PC_max;            /* maximum value PC can hold for a given device (is flash_sz/2) */      sdword   PC_max;            /* maximum value PC can hold for a given device (is flash_sz/2) */
55      SREG    *sreg;              /* Status Register */      SREG    *sreg;              /* Status Register */
56      GPWR    *gpwr;              /* General Purpose Working Registers */      GPWR    *gpwr;              /* General Purpose Working Registers */
57      Flash   *flash;             /* flash program memory */      Flash   *flash;             /* flash program memory */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26