Created
August 28, 2022 09:05
-
-
Save amigojapan/2d67d3e8e86a6eb2a554c3e569f10da9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1 REM CHARACHTER DUMP BY AMMIGOJAPAN FOR SHARP PC-G801 | |
| 10 FOR A=0 TO 255 | |
| 20 WAIT 10 | |
| 30 PRINT CHR$ (A); | |
| 40 NEXT A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment