Skip to Content
.NET IL Assembler
book

.NET IL Assembler

by Serge Lidin
June 2014
Intermediate to advanced
492 pages
14h 35m
English
Apress
Content preview from .NET IL Assembler

Appendix A

image

ILAsm Grammar Reference

Lexical Tokens

ID - C style alphanumeric identifier (e.g., Hello_There2)DOTTEDNAME - Sequence of dot-separated IDs (e.g., System.Object)QSTRING  - C style quoted string (e.g.,  "hi\n")SQSTRING - Single-quoted string(e.g.,  'hi')INT32    - C style 32-bit integer (e.g.,  235,  03423, 0x34FFF)INT64    - C style 64-bit integer (e.g.,  -2353453636235234,  0x34FFFFFFFFFF)FLOAT64  - C style floating point number (e.g.,  -0.2323, 354.3423, 3435.34E-5)INSTR_*  - IL instructions of a particular class (see opcode.def)HEXBYTE  - 1- or 2-digit hexadecimal number (e.g., A2, F0)

ILAsm keywords are in bold (e.g., .class, valuetype ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pro .NET Performance

Pro .NET Performance

Sasha Goldshtein, Dima Zurbalev, Ido Flatow

Publisher Resources

ISBN: 9781430267607Purchase book