SubX is an assembly language created in 2019 by Kartik K. Agaram.
#2322on PLDB | 5Years Old |
Author of Mu decided this year to switch implementation from C++ to his own x86 assembler subset named SubX.
# 0x20-0x7e: basic latin
# 0x20 = space
08/size
00/is-combine
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | # A comment | |
Line Comments | ✓ | # A comment | # |
Semantic Indentation | X |