Placing the sign before the "$" sign for immediate values
This commit is contained in:
parent
c6b072a6ae
commit
0a494391df
|
@ -28,7 +28,7 @@ symbol: WORD
|
|||
|
||||
register: "%" WORD
|
||||
|
||||
immediate: "$" [ sign ] NUMBER
|
||||
immediate: [ sign ] "$" NUMBER
|
||||
|
||||
address: "[" [ space ] [ sign [ space ] ] value [ space ] [ offset [ space ] ] "]"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user