aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/asm/misc.s
blob: fc5aa90edd446942c5efbc82e27ed6f03299e400 (plain)
1
2
3
4
5
6
7
8
9
10
11
; place for misc code, before they find better places to live..

[GLOBAL _delay]

[SECTION .text]

_delay:
    jmp .dummy
.dummy:
    ret