2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-16 00:01:34 +00:00
xNBA/src/arch/i386/core/stack.S

14 lines
281 B
ArmAsm

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