diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
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. |