aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2025-02-15 22:00:46 +0000
committerIan C <ianc@noddybox.co.uk>2025-02-15 22:00:46 +0000
commit07afb9320e1311118ff1e7f049ad0ad950fbb264 (patch)
tree590d13b4ccf830e8f9c224593a8837cd7bf6ad53 /README.md
parent62f9b04442646be9094e4f07f0c40158a859a4c3 (diff)
Added initial code. Not even close to functional.HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3809fc2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# 6502
+
+6502 is a simply library that can be incorporated by adding 6520.h and 6502.c
+into your project and building them as part of your sources. The code uses
+just ANSI/ISO features though it does check that types are as expected and
+calls exit() if they are not.