Hi, I'm wading through a heap of system assembler files to sort out an IRQ problem on an ARM-7 target. Included is the following, they look like memory allocations. I can't find any reference to the 'b', is it shorthand for 'byte'? In fact, from the module context these should be exception/interrupt vectors, more than 8 bits. What do these lines do?
undef_handler:
b undef_handler
swi_handler:
b swi_handler
pabort_handler:
b pabort_handler