Added lexars
This commit is contained in:
parent
382b2ce94b
commit
f9f64b0558
820 changed files with 149371 additions and 0 deletions
lexers/testdata
108
lexers/testdata/ndisasm.expected
vendored
Normal file
108
lexers/testdata/ndisasm.expected
vendored
Normal file
|
@ -0,0 +1,108 @@
|
|||
[
|
||||
{"type":"CommentSpecial","value":"00000000"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"B013"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"mov"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameBuiltin","value":"al"},
|
||||
{"type":"Punctuation","value":","},
|
||||
{"type":"LiteralNumberHex","value":"0x13"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"00000002"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"CD10"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"int"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"LiteralNumberHex","value":"0x10"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"00000004"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"B9027D"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"mov"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameBuiltin","value":"cx"},
|
||||
{"type":"Punctuation","value":","},
|
||||
{"type":"LiteralNumberHex","value":"0x7d02"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"00000007"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"51"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"push"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameBuiltin","value":"cx"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"00000008"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"6800A0"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"push"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"KeywordType","value":"word"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"LiteralNumberHex","value":"0xa000"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"0000000B"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"07"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"pop"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameBuiltin","value":"es"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"0000000C"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"B00F"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"mov"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameBuiltin","value":"al"},
|
||||
{"type":"Punctuation","value":","},
|
||||
{"type":"LiteralNumberHex","value":"0xf"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"0000000E"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"F3AA"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"rep"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameVariable","value":"stosb"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"00000010"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"59"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"pop"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameBuiltin","value":"cx"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"00000011"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"B004"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"mov"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameBuiltin","value":"al"},
|
||||
{"type":"Punctuation","value":","},
|
||||
{"type":"LiteralNumberHex","value":"0x4"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"00000013"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"F3AA"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"rep"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameVariable","value":"stosb"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"CommentSpecial","value":"00000015"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"CommentSpecial","value":"CD16"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameFunction","value":"int"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"LiteralNumberHex","value":"0x16"},
|
||||
{"type":"Text","value":"\n"}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue