Subversion Repositories Kolibri OS

Rev

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

Rev 47 Rev 59
Line 3... Line 3...
3
;
3
;
4
;  note that 'mov al,xx' is shorter than 'mov eax,xx'
4
;  note that 'mov al,xx' is shorter than 'mov eax,xx'
5
;           and if we know that high 24 bits of eax are zero, we can use 1st form
5
;           and if we know that high 24 bits of eax are zero, we can use 1st form
6
;           the same about ebx,ecx,edx
6
;           the same about ebx,ecx,edx
Line -... Line 7...
-
 
7
 
7
 
8
include "lang.inc"
Line 8... Line 9...
8
include "macros.inc"
9
include "macros.inc"
9
 
10