startaddress	equ	$1001	;Say, your program should start here.


	org	startaddress-2	;Start assembling two bytes early

	db	lo startaddress
	db	hi startaddress	;Let AS65 generate the two-byte PRG header.


start_of_program:		;The actual program starts at $1001

	......


    Source: geocities.com/timessquare/alley/3583/prog

               ( geocities.com/timessquare/alley/3583)                   ( geocities.com/timessquare/alley)                   ( geocities.com/timessquare)