-
Notifications
You must be signed in to change notification settings - Fork 0
Syntax
Luke Newcomb edited this page Feb 15, 2021
·
1 revision
KASM syntax is very similar to NASM syntax.
Like most modern-day assemblers, KASM has a very capable assembly preprocessor.
Currently supported preprocessor features include:
- Constant/Expression Definitions
- Macro Definitions
- Various Directives
Definitions can either be constants or expressions.