SimAVR
AVR Simulator
sim_mega1284.c File Reference
#include "sim_avr.h"
#include "avr/iom1284p.h"
#include "sim_megax4.h"
Include dependency graph for sim_mega1284.c:

Macros

#define SIM_MMCU   "atmega1284"
 
#define SIM_CORENAME   mcu_mega1284
 
#define _AVR_IO_H_
 
#define __ASSEMBLER__
 

Functions

static avr_tmake ()
 

Variables

avr_kind_t mega1284
 

Macro Definition Documentation

#define __ASSEMBLER__
#define _AVR_IO_H_
#define SIM_CORENAME   mcu_mega1284
#define SIM_MMCU   "atmega1284"

Function Documentation

static avr_t* make ( )
static

Here is the call graph for this function:

Variable Documentation

avr_kind_t mega1284
Initial value:
= {
.names = { "atmega1284p", "atmega1284" },
.make = make
}
static avr_t * make()
Definition: sim_mega1284.c:33