Hi,
I want to use macro in my project. For a simple parameter input, it is easy, such as:
ABC_1203a
.macro li_state, r1u_state, ptrptr
add li_state, r1u_state, ptrptr
.endm
I would like to have a pair register as the input in order to use DADD2 instruction. At the same time, I also need to use the single register of the reg pair in the macro. I try several writting without success.
Could you help me?
Regards,