Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
|
#include <stdint.h>
#include <stdbool.h>
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) |
void inc_pc | ( | struct CORE * | core | ) |
Definition at line 3 of file core.c.
References CORE::PC.
Referenced by adc(), add(), adiw(), and(), andi(), asr(), bclr(), bld(), bset(), bst(), cbi(), cbr(), clc(), clh(), cli(), cln(), clr(), cls(), clt(), clv(), clz(), com(), dec(), eor(), fmul(), fmuls(), fmulsu(), in(), inc(), lac(), las(), lat(), ld_x(), ld_x_dec(), ld_x_inc(), ld_y(), ld_y_dec(), ld_y_inc(), ld_z(), ld_z_dec(), ld_z_inc(), ldd_y(), ldd_z(), ldi(), lds(), lpm_0(), lpm_z(), lpm_z_inc(), lsl(), lsr(), mov(), movw(), mul(), muls(), mulsu(), neg(), or(), ori(), out(), pop(), push(), rol(), ror(), sbc(), sbci(), sbi(), sbiw(), sbr(), sec(), seh(), sei(), sen(), ser(), ses(), set(), sev(), sez(), st_x(), st_x_dec(), st_x_inc(), st_y(), st_y_dec(), st_y_inc(), st_z(), st_z_dec(), st_z_inc(), std_y(), std_z(), sts(), sub(), subi(), swap(), tst(), and xch().