; symbol .symbol a 1 ; r1 b 2 ; r2 c 3 ; r3 .code 0 mov b #3 mov c #4 add a b c trap a #1 ; print trap r0 #0 ; stop .end