summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-03-23 16:43:07 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-03-23 16:43:07 +1100
commitdae1ec0de59f31b533c225a74019ac77a59c92a1 (patch)
treec331c6620373678ad8fc3452d2d44b1c1a21c05a /main.c
first commit I think
Diffstat (limited to 'main.c')
-rw-r--r--main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/main.c b/main.c
new file mode 100644
index 0000000..1d212c5
--- /dev/null
+++ b/main.c
@@ -0,0 +1,12 @@
+#include"include.h"
+
+
+int main(int argc, char *argv[]){
+ printf("%d\n",acc);
+ fLDA(eImmediate, 0x20);
+ printf("%d\n",acc);
+ fSTA(fAbsolute)
+
+ printf("%d\n",P);
+ return 0;
+} \ No newline at end of file