Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
Loading...
Searching...
No Matches
emulator.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
5#include "core.h"
6#include "data_space.h"
7
9
bool skip_next_instruction
Definition emulator.h:8
union DATA_SPACE data_space
Definition emulator.h:12
struct CORE core
Definition emulator.h:11
union PROGMEM_SPACE progmem_space
Definition emulator.h:13
Core structure containing general purpose registers, program counter, stack pointer,...
Definition core.h:67
Represents the data space in the AVR emulator.
Definition data_space.h:13
Represents the program memory space in the AVR emulator.
Definition data_space.h:27