1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Working on PU test code

This commit is contained in:
Ross Wilson
2015-10-23 12:21:10 +07:00
parent 865c3e8d0d
commit 4d636df916
7 changed files with 221 additions and 46 deletions

View File

@@ -65,7 +65,7 @@ run(WORD pc)
int
main(void)
{
mem_clear();
mem_clear(0);
mem_set_rom(PtrROMImage);
ptr_mount("test_add.ptp");
run(040);