16 lines
285 B
Plaintext
Executable file
16 lines
285 B
Plaintext
Executable file
import text.jrt
|
|
|
|
:noname textmode
|
|
30 textx! 12 texty! blue bg! lgray fg!
|
|
[ key lit ] fill-page
|
|
s" Hello, inline assembler!" draw-text nextline
|
|
s" What a lovely day" draw-text
|
|
lblue bg! white fg!
|
|
s" it is!" draw-text ;
|
|
|
|
' main redefine
|
|
|
|
{ s" testgame.com" writecom }
|
|
|
|
|