Floating point numbers work, _start.S fix stack alignment, fix debug info

This commit is contained in:
2026-03-07 19:56:59 +01:00
parent 55d9b1fcd5
commit bf99bedfc5
5 changed files with 35 additions and 7 deletions

View File

@@ -3,6 +3,5 @@ _start:
xorq %rbp, %rbp
movq %rsp, %rbp
andq $-16, %rsp
subq $8, %rsp
callq __premain