However, I want to make use of the 192 user-defined vectors but I can not find any instruction to trigger using them e.g. I tried 'trap #64' but that defaults to trap #0.
I tried hard coding
Code: Select all
#define trap64 __asm__ __volatile__(" .word 0x4E80")
So if anyone has any information, I would be grateful.
Thanks in advance