mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-19 18:46:41 +00:00
Added missing instructions to syntax file fixes #22
This commit is contained in:
parent
19177c3e95
commit
4c34198fe0
@ -47,12 +47,12 @@ define("ace/mode/mar_rules", ["require", "exports", "module", "ace/lib/oop", "ac
|
|||||||
start:
|
start:
|
||||||
[{
|
[{
|
||||||
token: 'keyword.function.assembly',
|
token: 'keyword.function.assembly',
|
||||||
regex: '\\b(?:mov|add|sub|and|or|test|cmp|shl|shr|mul|push|pop|div|xor|dw|nop|equ|neg|hwq|not|ror|rol|sal|sar)\\b',
|
regex: '\\b(?:mov|add|sub|and|or|test|cmp|shl|shr|mul|push|pop|div|xor|dw|nop|equ|neg|hwq|not|ror|rol|sal|sar|rcl|rcr|xchg)\\b',
|
||||||
caseInsensitive: true
|
caseInsensitive: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
token: 'keyword.operator.assembly',
|
token: 'keyword.operator.assembly',
|
||||||
regex: '\\b(?:call|ret|jmp|jnz|jg|jl|jge|jle|hwi|jz|js|jns|jc|jnc)\\b',
|
regex: '\\b(?:call|ret|jmp|jnz|jg|jl|jge|jle|hwi|jz|js|jns|jc|jnc|jo|jno)\\b',
|
||||||
caseInsensitive: true
|
caseInsensitive: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user