Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
Loading...
Searching...
No Matches
CORE Struct Reference

Core structure containing general purpose registers, program counter, stack pointer, and status register. More...

#include <core.h>

Collaboration diagram for CORE:

Data Fields

union GP gp
 
uint32_t PC
 
uint16_t SP
 
union SREG sreg
 

Detailed Description

Core structure containing general purpose registers, program counter, stack pointer, and status register.

Definition at line 67 of file core.h.

Field Documentation

◆ gp

◆ PC

uint32_t CORE::PC

◆ SP

uint16_t CORE::SP

Stack pointer

Definition at line 70 of file core.h.

Referenced by icall(), pop(), push(), rcall(), ret(), and reti().

◆ sreg


The documentation for this struct was generated from the following file: