1 2 3 4 5 6 7 8 9 10 11 12 13
.globl rt_wait_400ns .section .text rt_wait_400ns: jmp .L .L: jmp .L2 wtint ;; wait for interrupt .L2: ret