Subversion Repositories Kolibri OS

Rev

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

Rev 477 Rev 805
Line 127... Line 127...
127
 if ~a eq
127
 if ~a eq
128
   mov reg,a
128
   mov reg,a
129
 end if
129
 end if
130
}
130
}
Line 131... Line 131...
131
 
131
 
132
__CPU_type	equ	p5
132
__CPU_type      equ     p6
Line 133... Line 133...
133
SYSENTER_VAR	equ	0
133
SYSENTER_VAR    equ     0
134
 
134
 
135
macro mcall a,b,c,d,e,f {   ; mike.dld, updated by Ghost for Fast System Calls
135
macro mcall a,b,c,d,e,f {   ; mike.dld, updated by Ghost for Fast System Calls