SimAVR
AVR Simulator
sim_tiny44.c File Reference
#include "sim_avr.h"
#include "avr/iotn44.h"
#include "sim_tinyx4.h"
Include dependency graph for sim_tiny44.c:

Macros

#define SIM_VECTOR_SIZE   2
 
#define SIM_MMCU   "attiny44"
 
#define SIM_CORENAME   mcu_tiny44
 
#define _AVR_IO_H_
 
#define __ASSEMBLER__
 

Functions

static avr_tmake ()
 

Variables

avr_kind_t tiny44
 

Macro Definition Documentation

#define __ASSEMBLER__
#define _AVR_IO_H_
#define SIM_CORENAME   mcu_tiny44
#define SIM_MMCU   "attiny44"
#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 tiny44
Initial value:
= {
.names = { "attiny44" },
.make = make
}
static avr_t * make()
Definition: sim_tiny44.c:35