Placing the sign before the "$" sign for immediate values

This commit is contained in:
Pierre Pronchery 2012-07-07 17:39:07 +00:00
parent c6b072a6ae
commit 0a494391df

View File

@ -28,7 +28,7 @@ symbol: WORD
register: "%" WORD
immediate: "$" [ sign ] NUMBER
immediate: [ sign ] "$" NUMBER
address: "[" [ space ] [ sign [ space ] ] value [ space ] [ offset [ space ] ] "]"