Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
|
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include "core.h"
#include "arithm_logic.h"
Go to the source code of this file.
Functions | |
void | read_program (FILE file, const char *filename) |
int | main () |