assembly time errors

When an error or warning message occurs, the "^" symbol points at, or just after, the place where the error occurred.

		LD A,#258
                         ^
		ERROR 12, Value Out of Range
	

Each assembly time error is shown with its number, message, and the conditions that cause the error (see Table 2-3). Errors are formatted as follows:

		# message
		where:	# is the error number
			message is the error message that is displayed on the output listing