	org 0000h
	ljmp 0100h

int:
	lcall START_CONV

begin:
	lcall compare

START_CONV:
	ret

Compare:
	jmp begin
