SimAVR
AVR Simulator
run_avr.c File Reference
#include <libgen.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sim_avr.h"
#include "sim_core.h"
#include "sim_elf.h"
#include "sim_gdb.h"
#include "sim_hex.h"
#include "sim_core_decl.h"
Include dependency graph for run_avr.c:

Functions

void display_usage (char *app)
 
void sig_int (int sign)
 
int main (int argc, char *argv[])
 

Variables

avr_tavr = NULL
 

Function Documentation

void display_usage ( char *  app)

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

void sig_int ( int  sign)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

avr_t* avr = NULL