Subversion Repositories Kolibri OS

Rev

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

Rev 692 Rev 1039
Line 1... Line 1...
1
; flat assembler core
1
; flat assembler core
2
; Copyright (c) 1999-2007, Tomasz Grysztar.
2
; Copyright (c) 1999-2009, Tomasz Grysztar.
3
; All rights reserved.
3
; All rights reserved.
Line 4... Line 4...
4
 
4
 
5
_out_of_memory db 'out of memory',0
5
_out_of_memory db 'out of memory',0
6
_stack_overflow db 'out of stack space',0
6
_stack_overflow db 'out of stack space',0
Line 46... Line 46...
46
_section_not_aligned_enough db 'section is not aligned enough',0
46
_section_not_aligned_enough db 'section is not aligned enough',0
47
_setting_already_specified db 'setting already specified',0
47
_setting_already_specified db 'setting already specified',0
48
_data_already_defined db 'data already defined',0
48
_data_already_defined db 'data already defined',0
49
_too_many_repeats db 'too many repeats',0
49
_too_many_repeats db 'too many repeats',0
50
50
_invoked_error db 'error directive invoked in source file',0
51
-
 
52
51
-
 
52
53
53