; Read GPIO[6] ; if = 0 -> return 1 ; if = 1 -> return 0:w ; 0000026c : 26c: e59f914c ldr r9, [pc, #332] ; 3c0 (0x880000b8) GPIO 270: e5990000 ldr r0, [r9] 274: e2000c40 and r0, r0, #16384 ; 0x4000 278: e3500000 cmp r0, #0 ; 0x0 27c: 0a000001 beq 288 280: e3a00000 mov r0, #0 ; 0x0 284: ea000000 b 28c 00000288 : 288: e3a00001 mov r0, #1 ; 0x1 0000028c : 28c: e12fff1e bx lr