NEC PD754244 Network Card User Manual


 
CHAPTER 11 INSTRUCTION SET
284 Users Manual U10676EJ3V0UM
CALLF !faddr
Function: [MkI mode]
(SP1)
PC7-4, (SP2) PC3-0
(SP3) MBE, RBE, 0, 0
(SP4) PC11-8, SP SP4
PC
11-0 0+faddr
faddr = 0000H to 07FFH
[MkII mode]
(SP2)
×, ×, MBE, RBE
(SP3)
PC7-4, (SP4) PC3-0
(SP5) 0, 0, 0, 0, (SP6) PC11-8
SP SP6
PC
11-0 0+faddr
faddr = 0000H to 07FFH
Saves the contents of the program counter (return address), MBE, and RBE to the data memory (stack) addressed
by the stack pointer (SP), decrements the SP, and then branches to an address specified by 11-bit immediate data
faddr. The address range from which a subroutine can be called is limited to 0000H to 07FFH (0 to 2047).
TCALL !addr
Function:
This is an assembler directive for table definition by the GETI instruction. It is used to replace a 3-byte CALL !addr
instruction with a 1-byte GETI instruction. Describe 12-bit address data as addr. For details, refer to RA75X
Assembler Package Language User’s Manual.
I/II