Search results

  1. M

    Simulator freeze with INV command

    Hi, I am preparing a program for use on the 28x1. When the simulator reaches the line temp3 = inv temp2 I receive the error message "unknown math operator in simulate_let_unary". The section of code is as follows: for temp = 0 to 15 temp2 = temp * 2 + 81 temp3 = temp * 2 + 80 peek...
Top