TUM-LRR / Jasmin

Java Assembler Interpreter
GNU General Public License v2.0
64 stars 22 forks source link

Minor parsing bug #27

Closed helloiamjonas closed 7 years ago

helloiamjonas commented 7 years ago

Instructions performing memory addressing which include whitespace/tabs between the square brackets result in false-positive errors:

Already have a fix, will file a pull-request soon.

meyerm commented 7 years ago

Fixed by PR #28