1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-09-27 14:56:27 +00:00
C02/py65/testmem.c02

9 lines
190 B
Plaintext
Raw Normal View History

2018-07-19 03:47:50 +00:00
/****************************************
* TESTMIO - Test Memory File Functions *
****************************************/
2018-02-14 00:52:14 +00:00
#include <py65.h02>
#include <stdio.h02>
2018-07-19 03:47:50 +00:00
#include <mio.h02>
2018-02-14 00:52:14 +00:00