; the THUMB attribute is redundant AREA my_test1, CODE, THUMB, READONLY EXPORT test1 test1 PROC mov r0, #0xC dcw 0xBF00 nop bx lr ENDP AREA my_test2, CODE, ARM, READONLY EXPORT test2 ARM test2 PROC mov r0, #0xC nop bx lr ENDP END