new peripheral; testing app improvements

This commit is contained in:
minjaesong
2021-12-01 15:22:24 +09:00
parent 0898e8478e
commit 065dfdac6f
12 changed files with 266 additions and 32 deletions

7
assets/bios/pipboot.js Normal file
View File

@@ -0,0 +1,7 @@
println("Hello, Personal Information Processor!")
while (1) {
for (let i = 0; i <= 160*140; i++) {
sys.poke(-1048576 - i, Math.round(Math.random()*15));
}
}

1
assets/bios/pipcode.bas Normal file
View File

@@ -0,0 +1 @@
10 PRINT "HAI!"