mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-18 18:26:42 +00:00
Added missing instructions fixes #22
This commit is contained in:
parent
57ec2e8e2d
commit
19177c3e95
@ -20,7 +20,8 @@ var MarParserSyntax = {
|
||||
'bp', 'sp'
|
||||
],
|
||||
doubleOperandInstructions : [
|
||||
'mov', 'add', 'sub', 'and', 'or', 'test', 'cmp', 'shl', 'shr', 'xor', 'rol', 'ror', 'sal', 'sar'
|
||||
'mov', 'add', 'sub', 'and', 'or', 'test', 'cmp', 'shl', 'shr', 'xor', 'rol', 'ror', 'sal', 'sar',
|
||||
'xchg', 'rcl', 'rcr'
|
||||
],
|
||||
singleOperandInstructions : [
|
||||
'push', 'mul', 'pop', 'div', 'neg', 'call', 'jnz', 'jg', 'jl', 'jge', 'jle', 'hwi', 'hwq', 'jz',
|
||||
|
Loading…
x
Reference in New Issue
Block a user