$nolist emitinit: proc external; end emitinit; emitterminate: proc external; end emitterminate; emitcodebyte: proc(ch,typ) external; dcl (ch,typ) byte; end emitcodebyte; $list