blob: 3809fc2dd8c3f5a4e56460f1b2f2e4b27dc717f8 (
plain)
1
2
3
4
5
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.
|