/avr_assembler

A assembler for AVR ISA.

Primary LanguageC

tool directory contains a assembler generator
usages:
	./transport h instructions 
this command generate header file

	./transport c instructions
this command generate C source file

	./transport a instructions
this command generate assembler source file

Then:
	gcc main.c instructions.c asm.c
Will build a simple assembler.

TODO:
Implement a generator for a AVR emulator by parsing operations file.