blob: d6ef22ce48f33ef3ec36e31ca3ca16bd45ab30a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include defs
# OUTDWE -- (outdon with error checking).
# Called by code generation routines to output a line of code,
# possibly followed by an error checking instruction.
subroutine outdwe
call outdon
call errgo
end
|