blob: 523f0288bc514041b7029398a1a768ad8c059882 [file] [log] [blame]
FILE_LICENCE ( GPL2_OR_LATER )
.arch i386
/****************************************************************************
* Internal stack
****************************************************************************
*/
.section ".stack16", "aw", @nobits
.align 8
.globl _stack16
_stack16:
.space 4096
.globl _estack16
_estack16: