Subversion Repositories Kolibri OS

Rev

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

Rev 176 Rev 196
Line 6006... Line 6006...
6006
	jnz	address_ok
6006
	jnz	address_ok
6007
	test	ch,0Fh
6007
	test	ch,0Fh
6008
	jnz	address_ok
6008
	jnz	address_ok
6009
      calculate_relative_address:
6009
      calculate_relative_address:
6010
	mov	edx,[address_high]
6010
	mov	edx,[address_symbol]
-
 
6011
	mov	[symbol_identifier],edx
-
 
6012
	mov	edx,[address_high]
6011
	call	calculate_relative_offset
6013
	call	calculate_relative_offset
6012
	mov	[address_high],edx
6014
	mov	[address_high],edx
6013
	cdq
6015
	cdq
6014
	cmp	edx,[address_high]
6016
	cmp	edx,[address_high]
6015
	jne	value_out_of_range
6017
	jne	value_out_of_range