From ae800796cdcce21c561bcbfbc96b29efe4d39a0b Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Fri, 21 Apr 2023 10:21:14 +1000 Subject: used a file to hold dynamic addresses :/ works now --- headers/include.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'headers/include.h') diff --git a/headers/include.h b/headers/include.h index 9a537c4..e2578de 100644 --- a/headers/include.h +++ b/headers/include.h @@ -4,4 +4,5 @@ #include"string.h" #include"applesystem.h" #include"addressing.h" -#include"instructions.h" \ No newline at end of file +#include"instructions.h" +#include"instruction-bin.h" \ No newline at end of file -- cgit v1.2.3