clement sudhakar
03-13-02, 07:26 PM
I managed to load my intel hex file to the nmix 0016 controller. The code is pretty simple as given below
mov r1, #33
mov r2, #44
mov a, r1
add a, r2
mov 50h, a
When I use the execute option in maxterm, the controller does not come back to the command prompt for further checking the results. Why? Is there a way to issue a halt or breakpoint in the program before executing?
Clement
mov r1, #33
mov r2, #44
mov a, r1
add a, r2
mov 50h, a
When I use the execute option in maxterm, the controller does not come back to the command prompt for further checking the results. Why? Is there a way to issue a halt or breakpoint in the program before executing?
Clement