SimAVR
AVR Simulator
sim_mega88.c File Reference
#include "sim_avr.h"
#include "avr/iom88.h"
#include "sim_megax8.h"
Include dependency graph for sim_mega88.c:

Macros

#define SIM_VECTOR_SIZE   2
 
#define SIM_MMCU   "atmega88"
 
#define SIM_CORENAME   mcu_mega88
 
#define _AVR_IO_H_
 
#define __ASSEMBLER__
 
#define __AVR_ATmega88__
 

Functions

static avr_tmake ()
 

Variables

avr_kind_t mega88
 

Macro Definition Documentation

#define __ASSEMBLER__
#define __AVR_ATmega88__
#define _AVR_IO_H_
#define SIM_CORENAME   mcu_mega88
#define SIM_MMCU   "atmega88"
#define SIM_VECTOR_SIZE   2

Function Documentation

static avr_t* make ( )
static

Here is the call graph for this function:

Variable Documentation

avr_kind_t mega88
Initial value:
= {
.names = { "atmega88", "atmega88p","atmega88pa" },
.make = make
}
static avr_t * make()
Definition: sim_mega88.c:35