Subversion Repositories Kolibri OS

Rev

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

Rev 4318 Rev 4664
Line 4... Line 4...
4
;                                                  ;
4
;                                                  ;
5
;      Compile with FASM                           ;
5
;      Compile with FASM                           ;
6
;                                                  ;
6
;                                                  ;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
; The header
9
format binary as ""                     ; Binary file format without extension
Line 10... Line 10...
10
 
10
 
Line -... Line 11...
-
 
11
use32                                   ; Tell compiler to use 32 bit instructions
-
 
12
 
11
use32                                   ; Tell compiler to use 32 bit instructions
13
org 0x0                                 ; the base address of code, always 0x0
12
 
14
 
13
org 0x0                                 ; the base address of code, always 0x0
15
; The header
14
 
16
 
15
db 'MENUET01'
17
db 'MENUET01'