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 291B

12345678910111213
  1. .arch i386
  2. /****************************************************************************
  3. * Internal stack
  4. ****************************************************************************
  5. */
  6. .section ".stack16"
  7. .align 8
  8. .globl _stack16
  9. _stack16:
  10. .space 4096
  11. .globl _estack16
  12. _estack16: