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

Macros

#define SIM_VECTOR_SIZE   4
 
#define SIM_MMCU   "atmega328"
 
#define SIM_CORENAME   mcu_mega328
 
#define _AVR_IO_H_
 
#define __ASSEMBLER__
 

Functions

static avr_tmake ()
 

Variables

avr_kind_t mega328
 

Macro Definition Documentation

#define __ASSEMBLER__
#define _AVR_IO_H_
#define SIM_CORENAME   mcu_mega328
#define SIM_MMCU   "atmega328"
#define SIM_VECTOR_SIZE   4

Function Documentation

static avr_t* make ( )
static

Here is the call graph for this function:

Variable Documentation

avr_kind_t mega328
Initial value:
= {
.names = { "atmega328", "atmega328p" },
.make = make
}
static avr_t * make()
Definition: sim_mega328.c:34