Avr8bit-emulator
An emulator for the Atmel AVR 8-bit microcontroller
Loading...
Searching...
No Matches
main.c File Reference
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include "core.h"
#include "arithm_logic.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

void read_program (FILE file, const char *filename)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 11 of file main.c.

11 {
12
13}

◆ read_program()

void read_program ( FILE  file,
const char *  filename 
)

Definition at line 7 of file main.c.

7 {
8 FILE *file = fopen(filename, "rb");
9};