Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# mach: bfin .include "testutils.inc" start A0 = 0; R0.L = 0x10; A0.x = R0; R0.L = 0x0038; R0.H = 0x0006; R0.L = SIGNBITS A0; DBGA ( R0.L , 0xfffa ); DBGA ( R0.H , 0x0006 ); pass