Skip to content

Instantly share code, notes, and snippets.

@amigojapan
Created August 28, 2022 09:05
Show Gist options
  • Select an option

  • Save amigojapan/2d67d3e8e86a6eb2a554c3e569f10da9 to your computer and use it in GitHub Desktop.

Select an option

Save amigojapan/2d67d3e8e86a6eb2a554c3e569f10da9 to your computer and use it in GitHub Desktop.
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