;
;	a simple test program
;
ten = 010
eig = 10
hex = 0x10
stuff :	byte 2
blob = 0377

	nop
	nop		; this is the second nop
. = 16
lable:	nop		; this is a label

	add 1 , 2
	add 1 , #blob
	adc 2 , #stuff
	adc 3 , #lab
	add pc, 1
zarg:	.
zzzx:	0x020
	0x020
lab = 5
pc = 6
;	the last line
