mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-19 17:24:54 +00:00
Basic game frontend functionality in Typescript
This commit is contained in:
@@ -47,7 +47,7 @@ define("ace/mode/mar_rules", ["require", "exports", "module", "ace/lib/oop", "ac
|
||||
start:
|
||||
[{
|
||||
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|inc|dec)\\b',
|
||||
caseInsensitive: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user