Subversion Repositories Kolibri OS

Rev

Rev 1055 | Rev 1220 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1055 Rev 1074
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 1055 $
16
$Revision: 1074 $
17
 
17
 
18
 
18
 
Line 120... Line 120...
120
  .app_name        db 11  dup(?)
120
  .app_name        db 11  dup(?)
121
                   db 5   dup(?)
121
                   db 5   dup(?)
Line 122... Line 122...
122
 
122
 
123
  .fpu_state       dd ?            ;+16
123
  .fpu_state       dd ?            ;+16
124
  .ev_count_       dd ? ;unused    ;+20
124
  .ev_count_       dd ? ;unused    ;+20
125
  .fpu_handler     dd ?            ;+24
125
  .exc_handler     dd ?            ;+24
126
  .sse_handler     dd ?            ;+28
126
  .except_mask     dd ?            ;+28
127
  .pl0_stack       dd ? ;unused    ;+32
127
  .pl0_stack       dd ? ;unused    ;+32
128
  .heap_base       dd ?            ;+36
128
  .heap_base       dd ?            ;+36
129
  .heap_top        dd ?            ;+40
129
  .heap_top        dd ?            ;+40
130
  .cursor          dd ?            ;+44
130
  .cursor          dd ?            ;+44