Initial commit

This commit is contained in:
2026-04-10 22:56:16 +03:00
parent 65e7b45861
commit 787857b26f
19 changed files with 4375 additions and 62 deletions

17
inc/generated.h Normal file
View File

@@ -0,0 +1,17 @@
#include "instr.h"
#include "mem.h"
#include <stdio.h>
#include "addrs.h"
#if ARCH == AVRe
#include "generated_AVRe.h"
#endif
#if ARCH == AVRxm
#include "generated_AVRxm.h"
#endif
#if ARCH == AVRxt
#include "generated_AVRxt.h"
#endif
#if ARCH == AVRrc
#include "generated_AVRrc.h"
#endif