Motorola HC12 사용자 설명서

다운로드
페이지 328
User’s Manual
MCUez HC12 Assembler
272
Assembler Messages
MOTOROLA
Assembler Messages
12.3.31  A2324: Illegal Base (2, 8, 10, 16)
Type:
Error
Description:
An invalid base number follows a BASE directive. Valid base
numbers are 2, 8, 1, or 16. The expression specified in a BASE
directive must be an absolute expression and must match one
of the values listed here.
Example:
         BASE  67
dataSec: SECTION
label:   DS.B 8
         BASE  label
Tip:
Specify a valid value in the BASE directive.
Example:
         BASE  16
dataSec: SECTION
label:   EQU 8
         BASE  label