figForth Word - EMIT
Some parts of this page/site are currently incomplete & will be updated asap
Other parts will change continually so use “Refresh” in your browser !!
There is extensive use of “Tooltips” text to support learning which do
not seem to render on a Smartphone
EMIT c — L0 Transmit ascii character c to the selected output device. OUT is incremented for each character output
NFA: 00232F 84 DB 84H
002330 454D49 DB "EMI"
002333 D4 DB 'T'+80H
LFA: 002334 E822 DW ENCL-10
CFA: 002336 3823 EMIT: DW $+2
PFA: 002338 D1 POP DE
002339 7B LD A,E
00233A 40CD E4 02 CALL.IS TXCHAR
00233E C3 E2 20 JP NEXT