You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

stack16.S 346B

123456789101112131415
  1. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
  2. .arch i386
  3. /****************************************************************************
  4. * Internal stack
  5. ****************************************************************************
  6. */
  7. .section ".stack16", "aw", @nobits
  8. .align 8
  9. .globl _stack16
  10. _stack16:
  11. .space 4096
  12. .globl _estack16
  13. _estack16: