mirror of
https://github.com/ksherlock/65816.tmbundle.git
synced 2024-12-23 01:29:37 +00:00
fix bit instructions (0-7, not 0-9)
This commit is contained in:
parent
d1ece35946
commit
2636a5db93
@ -6,8 +6,6 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>aii</string>
|
<string>aii</string>
|
||||||
</array>
|
</array>
|
||||||
<key>isDisabled</key>
|
|
||||||
<false/>
|
|
||||||
<key>name</key>
|
<key>name</key>
|
||||||
<string>MPW Asm IIgs</string>
|
<string>MPW Asm IIgs</string>
|
||||||
<key>patterns</key>
|
<key>patterns</key>
|
||||||
@ -46,7 +44,7 @@
|
|||||||
<key>comment</key>
|
<key>comment</key>
|
||||||
<string>Rockwell/m740</string>
|
<string>Rockwell/m740</string>
|
||||||
<key>match</key>
|
<key>match</key>
|
||||||
<string>\b(?:BBC|BBR|BBS|CLB|RMB|SEB|SMB)[0-9]\b</string>
|
<string>\b(?:BBC|BBR|BBS|CLB|RMB|SEB|SMB)[0-7]\b</string>
|
||||||
<key>name</key>
|
<key>name</key>
|
||||||
<string>keyword.mnemonic.other</string>
|
<string>keyword.mnemonic.other</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
Loading…
Reference in New Issue
Block a user