Correct alignment of initial stack

This commit is contained in:
pjht 2024-03-21 08:30:06 -05:00
parent 33db73f27f
commit 1d681007c1
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E

View File

@ -17,5 +17,5 @@ _start:
msg: dc.b "Hello from test_proc",0
section .bss,bss
tmp_stack: ds.b 32
tmp_stack: ds.w 16
tmp_stack_top: