From 07afb9320e1311118ff1e7f049ad0ad950fbb264 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 15 Feb 2025 22:00:46 +0000 Subject: Added initial code. Not even close to functional. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3