; Example : testcall (test that call and return work) ; Version Tue, 20 Mar 2012 18:55:43 GMT .name testcall .profile auto mov 50 A2 mov 1234h R4 mov 5678h R2 mov 5 r3 call A2 R5 nop nop mov 1 R4 mov 2 R2 call 50 R5 nop nop mov 600Dh R5 ; good mov DEADh R4 add -26804 r3 mov r4 r5 nz R3 HALT ; fonction : adresse de retour dans R5 add R4 R2 add r2 r3 mov R5 PC ; return