From 2cf25a4fb232939191147896366b0c68d09c985e Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Tue, 11 Apr 2023 01:39:54 +1000 Subject: WIP on instruction table --- include.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'include.h') diff --git a/include.h b/include.h index 1a52156..047775f 100644 --- a/include.h +++ b/include.h @@ -1,15 +1,6 @@ #include"stdio.h" #include"stdint.h" - +#include"stdlib.h" #include"applesystem.h" - #include"addressing.h" -#include"instruction.h" - - -/* -Programs which may come in handy? -1. Memory dumping utility -2. An external menu for managing the system -*/ - +#include"instruction.h" \ No newline at end of file -- cgit v1.2.3