In my program i take input of a option and if input is equal to 1 I want do d+1. I have looked at the EQ condition syntax but cant get my head around it. Pseudo code:
if choice=1 do d+1
What i have done:
INPUT_FUNCTION:
MOVE.B #4,D0
TRAP #15