Test for AT instruction code 0x32 (EXT_FUN)
-------------------------------------------
For each test the assembly and machine code are listed as is the data dump or expected error if test case has
been created specifically to fail (with a data dump if any data was expected to have changed before the error
occurred).
A summary of the tests follows:
Test 1 - Check function 1 and 2.
Test 2 - Check function 3.
Test 2 - Check function 4.
Assembly Code (Test 1):
-----------------------
00000000* FUN 2
00000003 FUN 1
00000006 FIN
Machine Code (Test 1):
----------------------
32020032010028
Runtime Result (Test 1):
-----------------------
func: 1 rc: 0000000000000001
Assembly Code (Test 2):
-----------------------
00000000* FUN 3
00000003 FIN
Machine Code (Test 2):
----------------------
32030028
Runtime Result (Test 2):
-----------------------
func: 3 rc: 000000000000000a
Assembly Code (Test 4):
-----------------------
00000000* FUN 4
00000003 FIN
Machine Code (Test 4):
----------------------
32040028
Runtime Result (Test 4):
-----------------------
func: 4 rc: 0000000000000004