mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-12 14:11:50 +09:00
assemble hangul test
This commit is contained in:
4
assets/disk0/pal.js
Normal file
4
assets/disk0/pal.js
Normal file
@@ -0,0 +1,4 @@
|
||||
con.clear()
|
||||
for (let i=0;i<256;i++) {
|
||||
graphics.plotPixel(200+(i%16),200+((i/16)|0),i)
|
||||
}
|
||||
Reference in New Issue
Block a user