atari email archive

a collection of messages sent at Atari from 1983 to 1992.

CELPROCESS update

(1 / 1)


I put a new version of CELPROCESS in UTL$PPS: which expands on the /XDEF
command.  The new format of /XDEF is 

		/XDEF = num [[, first], format]
	where:	[]'s  represent optional values
		num	= the XDEF value as before
		first	= 1 to limit XDEF to the first label only, 0 otherwise
		format	= a printf-type format string to use for the label
			  text (defaults to "section %d")

Also with this change comes the ability for you to specify any numeric values
in octal or hex.  An octal number is assumed if the number begins with '0'
(zero), hex is assumed if the number begins with '0x' or '0X'.  Let me know
if this causes great tragedy.

						-- jim
Message 1 of 1

Dec 05, 1990