summaryrefslogtreecommitdiffstats
path: root/tests/shutdown.awl
blob: 752b7f85bcb77d0d1abb0d531638497afda2e572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	U		E 0.0
	=		A 0.0

	// Exit the simulator process
	CALL SFC -3 (
		SHUTDOWN_TYPE := 1
	)
	// Here be dragons
	__ASSERT==	1, 2


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