Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# Test handling of link instruction. .text .globl foo foo: link %a6,&0 link %a6,&-4 link %a6,&-0x7fff link %a6,&-0x8000 link %a6,&-0x8001 link %a6,&0x7fff link %a6,&0x8000 link %a6,&0x8001 nop