Subversion Repositories Kolibri OS

Rev

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

Rev 2287 Rev 2664
Line 1... Line 1...
1
; flat assembler core
1
; flat assembler core
2
; Copyright (c) 1999-2011, Tomasz Grysztar.
2
; Copyright (c) 1999-2012, Tomasz Grysztar.
3
; All rights reserved.
3
; All rights reserved.
Line 4... Line 4...
4
 
4
 
5
out_of_memory:
5
out_of_memory:
6
	push	_out_of_memory
6
	push	_out_of_memory
Line 176... Line 176...
176
	jmp	error_with_source
176
	jmp	error_with_source
177
too_many_repeats:
177
too_many_repeats:
178
	push	_too_many_repeats
178
	push	_too_many_repeats
179
	jmp	error_with_source
179
	jmp	error_with_source
180
invoked_error:
180
assertion_failed:
-
 
181
	push	_assertion_failed
-
 
182
	jmp	error_with_source
-
 
183
invoked_error:
181
	push	_invoked_error
184
	push	_invoked_error
182
    error_with_source:
185
    error_with_source:
183
	cmp	[symbols_file],0
186
	cmp	[symbols_file],0
184
	je	assembler_error
187
	je	assembler_error
185
	call	dump_preprocessed_source
188
	call	dump_preprocessed_source