Echelon Neuron User Manual
Page 85

testA brneq #d’65,testB ; ({argument})
callr do_a ; ( )
br exit
testB brneq #d’66,testC ; ({argument})
callr do_b ; ( )
br exit
testC brneq #d’67,fail ; ({argument})
callr do_c ; ( )
br exit
fail ; (argument)
callr report_error ; ( )
exit ret ; return to caller
This example does not show the called functions.
Neuron Assembly Language Reference
75