summaryrefslogtreecommitdiffstats
path: root/src/bios_calls.s
blob: 2268b4df79b7adb661e21563d313c6854e531d98 (plain)
1
2
3
4
5
6
7
8
9
@ 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