Subversion Repositories Kolibri OS

Rev

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

Rev 3527 Rev 4318
Line 120... Line 120...
120
;  *********************************************
120
;  *********************************************
121
;
121
;
122
; Data can be freely mixed with code to any parts of the image.
122
; Data can be freely mixed with code to any parts of the image.
123
; Only the header information is required at the beginning of the image.
123
; Only the header information is required at the beginning of the image.
Line 124... Line 124...
124
 
124
 
125
text    db  "It look's like you have just compiled   "
125
text    db  "It looks like you have just compiled    "
126
        db  "your first program for KolibriOS.       "
126
        db  "your first program for KolibriOS.       "
127
        db  "                                        "
127
        db  "                                        "
Line 128... Line 128...
128
        db  "Congratulations!                        ", 0
128
        db  "Congratulations!                        ", 0