582CHAPTER 28 INSTRUCTION SET28.1 Legends Used in Operation List28.1.1 Operand identifiers and description methodsOperands are described in “Operand” column of each instruction in accordance with the description method of theinstruction operand identifier (refer to the assembler specifications for detail). When there are two or more descriptionmethods, select one of them. Alphabetic letters in capitals and symbols, #, !, $ and [ ] are key words and must bedescribed as they are. Each symbol has the following meaning.• # : Immediate data specification• ! : Absolute address specification• $ : Relative address specification• [ ] : Indirect address specificationIn the case of immediate data, describe an appropriate numeric value or a label. When using a label, be sure todescribe the #, !, $, and [ ] symbols.For operand register identifiers, r and rp, either function names (X, A, C, etc.) or absolute names (names inparentheses in the table below, R0, R1, R2, etc.) can be used for description.Table 28-1. Operand Identifiers and Description MethodsIdentifier Description Methodr X (R0), A (R1), C (R2), B (R3), E (R4), D (R5), L (R6), H (R7),rp AX (RP0), BC (RP1), DE (RP2), HL (RP3)sfr Special-function register symbolNotesfrp Special-function register symbol (16-bit manipulatable register even addresses only)Notesaddr FE20H to FF1FH Immediate data or labelssaddrp FE20H to FF1FH Immediate data or labels (even address only)addr16 0000H to FFFFH Immediate data or labels(Only even addresses for 16-bit data transfer instructions)addr11 0800H to 0FFFH Immediate data or labelsaddr5 0040H to 007FH Immediate data or labels (even address only)word 16-bit immediate data or labelbyte 8-bit immediate data or labelbit 3-bit immediate data or labelRBn RB0 to RB3Note Addresses from FFD0H to FFDFH cannot be accessed with these operands.Remark For special-function register symbols, refer to Table 5-3 Special-Function Register List.