SimAVR
AVR Simulator
sim_mega8.c File Reference
#include "sim_avr.h"
#include "avr/iom8.h"
#include "sim_megax.h"
Include dependency graph for sim_mega8.c:

Macros

#define SIM_VECTOR_SIZE   2
 
#define SIM_MMCU   "atmega8"
 
#define SIM_CORENAME   mcu_mega8
 
#define ICP_PORT   PORTB
 
#define ICP_PIN   0
 
#define _AVR_IO_H_
 
#define __ASSEMBLER__
 

Functions

static avr_tmake ()
 

Variables

avr_kind_t mega8
 

Macro Definition Documentation

#define __ASSEMBLER__
#define _AVR_IO_H_
#define ICP_PIN   0
#define ICP_PORT   PORTB
#define SIM_CORENAME   mcu_mega8
#define SIM_MMCU   "atmega8"
#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 mega8
Initial value:
= {
.names = { "atmega8", "atmega8l" },
.make = make
}
static avr_t * make()
Definition: sim_mega8.c:37