;;  test extended instruction
.symbol
	inc 25
	ldd 26
	addx 20
	name 100
.code 10
	xd inc r1 r2 1	;; new instruction D-format
	xl ldd r7 name  ;; L-format
	xx addx r3 r4 r5  ;; X-format
	add r1 r3 #4
	add r1 r2 r3
.data 100		;; data segment
	11 22 33
.end
