endlos99 / xdt99

xdt99: TMS 99xx Cross-Development Tools
http://endlos99.github.io/xdt99
GNU General Public License v3.0
52 stars 8 forks source link

seto r1,<value> assembles without error #17

Closed FilipVanVooren closed 4 years ago

FilipVanVooren commented 5 years ago

The parameter following the 1st parameter is ignored and probably treated as a comment. Should throw assembly error as "seto ..." should not take any additional parameters following 1st parameter.

Example: seto r1,>4a4a

endlos99 commented 4 years ago

Fixed in v3. Thanks for the suggestion!