Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7133 → Rev 7134

/programs/macros.inc
329,7 → 329,7
 
 
; -------------------------
macro header a,[b] {
macro __header a,[b] {
common
use32
org 0
339,10 → 339,15
dd 0
else
dd b
end if }
macro section name { align 16
label name }
macro func name {
end if
}
 
macro __section name {
align 16
label name
}
 
macro __func name {
if ~used name
display 'FUNC NOT USED: ',`name,13,10
else
349,14 → 354,8
align 4
name:
;diff16 `name,0,name
;pushad
;pushfd
;dps `name
;newline
;mcall 5,1
;popfd
;popad
}
 
macro endf { end if }
 
macro diff16 title,l1,l2