assemble hangul test

This commit is contained in:
minjaesong
2021-12-23 17:58:10 +09:00
parent 6e14078ef7
commit 534a83cc78
7 changed files with 170 additions and 2 deletions

4
assets/disk0/pal.js Normal file
View File

@@ -0,0 +1,4 @@
con.clear()
for (let i=0;i<256;i++) {
graphics.plotPixel(200+(i%16),200+((i/16)|0),i)
}