This commit is contained in:
Benjamin Kyd
2019-05-02 21:29:22 +01:00
parent 44330e8427
commit 631ea7b7cb
10 changed files with 28 additions and 83 deletions

View File

@@ -37,10 +37,10 @@ _start:
jmp 1b
.global INIT_FPU
.type INIT_FPU, @function
.global FPU_Init
.type FPU_Init, @function
INIT_FPU:
FPU_Init:
# FPU Config
VAL_037F:
.hword 0x037F
@@ -58,5 +58,6 @@ INIT_FPU:
fldcw VAL_037E
fldcw VAL_037A
fninit
ret
.size _start, . - _start