By Bentensai
JPlib is the only way to write in japanese in an assembly program for the ti89.
New features:
JPlib is now more user friendly. To use all you have to do is put in the following.
move.w #0,d0 ;put x position
move.w #0,d1 ;put y position
jsr jplib::A ;put japanese character "A"
JPlib now has a limited amount of kanji. Only 49 of the most basic. See JPtest4.89z
Included files:
JPlib.89z - The library itself that goes in the calc.
JPlib.h - The include file used for programming with JPlib.
JPtest 1 to 4 - These test all of JPlibs charactors and are examples of how to use JPlib.
JPlib.htm - documentation
For updates and info on my other projects and programs visit my website. Some Assembly Required.
For any questions email me at Bentensai@fcmail.com
Thanks:
And to Mogsoft for adopting me as their Senior Programmer.