Subversion Repositories Kolibri OS

Rev

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

Rev 357 Rev 373
Line 73... Line 73...
73
        popfd
73
        popfd
74
end if
74
end if
75
}
75
}
76
; \end{diamond}[29.09.2006]
76
; \end{diamond}[29.09.2006]
Line 77... Line 77...
77
 
77
 
78
struc db [a] { common . db a
78
;struc db [a] { common . db a
79
  if ~used .
79
;  if ~used .
80
    display 'not used db: ',`.,13,10
80
;    display 'not used db: ',`.,13,10
81
  end if }
81
;  end if }
82
struc dw [a] { common . dw a
82
;struc dw [a] { common . dw a
83
  if ~used .
83
;  if ~used .
84
    display 'not used dw: ',`.,13,10
84
;    display 'not used dw: ',`.,13,10
85
  end if }
85
;  end if }
86
struc dd [a] { common . dd a
86
;struc dd [a] { common . dd a
87
  if ~used .
87
;  if ~used .
88
    display 'not used dd: ',`.,13,10
88
;    display 'not used dd: ',`.,13,10
89
  end if }
89
;  end if }
90
struc dp [a] { common . dp a
90
;struc dp [a] { common . dp a
91
  if ~used .
91
;  if ~used .
92
    display 'not used dp: ',`.,13,10
92
;    display 'not used dp: ',`.,13,10
93
  end if }
93
;  end if }
94
struc dq [a] { common . dq a
94
;struc dq [a] { common . dq a
95
  if ~used .
95
;  if ~used .
96
    display 'not used dq: ',`.,13,10
96
;    display 'not used dq: ',`.,13,10
97
  end if }
97
;  end if }
98
struc dt [a] { common . dt a
98
;struc dt [a] { common . dt a
99
  if ~used .
99
;  if ~used .
100
    display 'not used dt: ',`.,13,10
100
;    display 'not used dt: ',`.,13,10
Line 101... Line 101...
101
  end if }
101
;  end if }
102
 
102
 
103
struc RECT {
103
struc RECT {
104
  .left   dd ?
104
  .left   dd ?