summaryrefslogtreecommitdiffstats
path: root/tests/100-instructions/insn_ITD.awl
blob: d3001d5c033ee097395ddba474654cbf8a3d447e (plain)
1
2
3
4
5
6
7
8
9
10
11
	L		W#16#1234
	__ASSERT==	__ACCU 1,	DW#16#00001234
	ITD
	__ASSERT==	__ACCU 1,	DW#16#00001234
	L		W#16#F234
	__ASSERT==	__ACCU 1,	DW#16#0000F234
	ITD
	__ASSERT==	__ACCU 1,	DW#16#FFFFF234


	CALL SFC 46 // STOP CPU
bues.ch cgit interface