Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4664 → Rev 4663

/programs/develop/examples/example/trunk/example.asm
6,14 → 6,12
; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
format binary as "" ; Binary file format without extension
; The header
 
use32 ; Tell compiler to use 32 bit instructions
org 0x0 ; the base address of code, always 0x0
 
; The header
 
db 'MENUET01'
dd 0x01
dd START