TriOS-alt/zubehör/sphinx/spinx100225-ori/sphinx1/hello1.spn

13 lines
208 B
Plaintext
Raw Normal View History

2010-11-26 23:58:06 +01:00
_xinfreq = 6_000_000
_clkmode = xtal1 + pll16x
vidpin = 24
obj term : "tv_text"
pub Main
term.start( vidpin )
term.str( string("Howdy, <your name>") )
waitcnt( clkfreq*2 + cnt )
reboot