summaryrefslogtreecommitdiffstats
path: root/tests/100-instructions/insn_TAK.awl
blob: 9b75a02e2748263963a7b458b7edd18b2a6a34d2 (plain)
1
2
3
4
5
6
7
8
9
10
	L		DW#16#01234567
	L		DW#16#09ABCDEF
	__ASSERT==	__ACCU 1,	DW#16#09ABCDEF
	__ASSERT==	__ACCU 2,	DW#16#01234567
	TAK
	__ASSERT==	__ACCU 1,	DW#16#01234567
	__ASSERT==	__ACCU 2,	DW#16#09ABCDEF


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