Menu

#26 Vicemon inteprets commands wrong..

v2.1
closed-fixed
Monitor (23)
2010-10-27
2008-11-11
Anonymous
No

..or then i use them improperly

Try for example:
f 0400 0400 c
..which will work and then

f 0400 0400 b
..will give you:

ERROR -- Wrong syntax:
f 0400 0400 b
^

..it works with $0b and $0c though.

Discussion

  • Nobody/Anonymous

    Confirmed also
    > 0400 b
    > 0400 d
    hex values a/c/e/f works fine. Must use 0b and 0d to poke $0b/$0d

     
  • Nobody/Anonymous

    Confirmed also
    > 0400 b
    > 0400 d
    hex values a/c/e/f works fine. Must use 0b and 0d to poke $0b/$0d

     
  • Spiro Trikaliotis

    • priority: 5 --> 3
    • status: open --> open-accepted
     
  • Spiro Trikaliotis

    Hello,

    thank you for your report.

    I can confirm this. However, as there is a work-around, I will not have a look into it ATM, and I lowered the priority. I suspect it is due to the newer handling of the parameters, where you can also skip the spaces, but I would have to have a deeper look into it.

    Regards,
    Spiro

     
  • Spiro Trikaliotis

    • assigned_to: nobody --> strik
     
  • Spiro Trikaliotis

    • milestone: --> v2.1
    • labels: --> 1165226
     
  • Spiro Trikaliotis

    • labels: 1165226 --> Monitor
     
  • gpz

    gpz - 2010-10-13

    fixed in r23004

    the problem was that parsing for the "radix" argument conflicted with parsing for a number, so "b" and "d" would always be rated as a radix arg, and not a number :)

     
  • gpz

    gpz - 2010-10-13
    • status: open-accepted --> pending-fixed
     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     

Log in to post a comment.