Re: A89: Newbie Question


[Prev][Next][Index][Thread]

Re: A89: Newbie Question




>
;---------------------------------------------------------------------------
----------------------
> NewInt1:  add.w  #1,timer
>   rte
>
;---------------------------------------------------------------------------
----------------------

try this =)

;---------------------------------------------------------------------------
----------------------
NewInt1:  sub.w  #1,timer
  rte
;---------------------------------------------------------------------------
----------------------

-Scott