Initial commit of files related to NED architecture.
[ned1] / nedasm / nedasm_codegen.h
/*
* © 2018 Aaron Taylor <ataylor at subgeniuskitty dot com>
* See LICENSE.txt file for copyright and license details.
*/
#ifndef NEDASM_CODEGEN_H
#define NEDASM_CODEGEN_H
#include "nedasm_structures.h"
void generate_code(struct instruction * instructions, FILE * output);
#endif