@ Bios division call. .text @ aka .section .text .code 16 @ aka .thumb .align 2 @ aka .balign 4 .global bios_div .thumb_func bios_div: swi 0x06 bx lr