HomeSort by relevance Sort by last modified time
    Searched defs:StackBuf (Results 1 - 3 of 3) sorted by null

  /external/syslinux/diag/geodsp/
geodsp1s.asm 49 StackBuf equ STACK_TOP-44-92 ; Start the stack here (grow down - 4K)
50 DriveNumber equ StackBuf-4 ; Drive number
84 mov sp,StackBuf-2 ; Just below BSS (-2 for alignment)
  /external/syslinux/core/
pxelinux.asm 72 global StackBuf
73 StackBuf equ STACK_TOP-44 ; Base of stack if we use our own
74 StackHome equ StackBuf
isolinux.asm 158 global StackBuf
159 StackBuf equ STACK_TOP-44 ; 44 bytes needed for
163 OrigESDI equ StackBuf-4 ; The high dword on the stack
234 mov sp,StackBuf ; Set up stack

Completed in 97 milliseconds