Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Last active April 19, 2025 02:31
Show Gist options
  • Select an option

  • Save fu-sen/7274497 to your computer and use it in GitHub Desktop.

Select an option

Save fu-sen/7274497 to your computer and use it in GitHub Desktop.
漢字書けな〜い! for MSX ( KANJI kakenaaaaai! for MSX ) | MSX-BASIC (use MSX-JE(kanji basic)) https://msxjpn.jimdofree.com/%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0/%E6%BC%A2%E5%AD%97%E6%9B%B8%E3%81%91%E3%81%AA-%E3%81%84/
' KANJI kakenaaaaai! for MSX | MSX-BASIC (use MSX-JE(kanji basic))
' original by NAKASENDO TARO, 2001 ( http://nakasendo.com/isoft.html )
' MSX remaked by BALLOON | FU-SEN, 2003.
' Program copyright (c) 2003 BALLOON | FU-SEN
' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2003
10 _KANJI
20 INPUT C$
30 SCREEN 3:_KANJI
40 PRINT C$;
50 I$=INPUT$(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment