99er Forums
I would like to call from assembly code to the Speech module - Printable Version

+- 99er Forums (http://www.99er.net/99erbbs)
+-- Forum: TI-99/4A & Related Computers (http://www.99er.net/99erbbs/forumdisplay.php?fid=4)
+--- Forum: Software (http://www.99er.net/99erbbs/forumdisplay.php?fid=6)
+--- Thread: I would like to call from assembly code to the Speech module (/showthread.php?tid=48)



I would like to call from assembly code to the Speech module - unebonnevie - 03-14-2015

Hi,

Just got a speech module, and I would like to write assembly code and call into the speech module. Is that possible? Obviously if I could get the source of the TI Extended BASIC, I could look for the routine. Thanks!


RE: I would like to call from assembly code to the Speech module - ksarul - 03-29-2015

Actually, you might be able to find what you need in the TI Terminal Emulator II Protocol Manual (it is under Datasheets and Manuals on WHT). There are a lot of documents there that will provide useful bare-metal programming tips for the system.


RE: I would like to call from assembly code to the Speech module - sjt99 - 05-12-2015

(03-14-2015, 12:54 AM)unebonnevie Wrote: Hi,

Just got a speech module, and I would like to write assembly code and call into the speech module.  Is that possible?  Obviously if I could get the source of the TI Extended BASIC, I could look for the routine.  Thanks!

What you are asking, at least the basics is in the TI Assembly manual.
It has examples, that include calling the resident vocabulary .

Steve