Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
Loading...
Searching...
No Matches
core.h File Reference
#include <stdint.h>
#include <stdbool.h>
Include dependency graph for core.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  SREG
 Status Register. More...
 
union  GP
 General Purpose Registers. More...
 
struct  CORE
 Core structure containing general purpose registers, program counter, stack pointer, and status register. More...
 

Functions

void inc_pc (struct CORE *core)
 

Function Documentation

◆ inc_pc()