2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-05 11:05:07 +00:00
xNBA/src/arch/i386/core/stack.S

14 lines
281 B
ArmAsm
Raw Normal View History

.arch i386
/****************************************************************************
* Internal stack
****************************************************************************
*/
.section ".stack"
.align 8
.globl _stack
_stack:
.space 4096
.globl _estack
_estack: