modeling of a program ROM

This commit is contained in:
minjaesong
2020-11-13 17:32:18 +09:00
parent 3a26e3dde7
commit 09baf05368
11 changed files with 66 additions and 58 deletions

2
assets/romtest.js Normal file
View File

@@ -0,0 +1,2 @@
sys.mapRom((exec_args[1]|0)||0);
println(sys.romReadAll());