Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
.section .text .global _fun xc16x_or: or r0,r1 or r0,[r1] or r0,[r1+] or r0,#3 or r0,#0x0234 or r0,0x4536 or 0x4536,r0