-
Notifications
You must be signed in to change notification settings - Fork 3
Directive Support
Charles Averill edited this page Nov 4, 2023
·
2 revisions
These directives are put into effect before parsing occurs
| Directive Name | Implementation Status | Notes |
|---|---|---|
| eqv | ✅ | |
| include | ✅ | |
| macro | ✅ |
These directives are put into effect after parsing and during assembly
| Directive Name | Implementation Status | Notes |
|---|---|---|
| align | ||
| ascii | ||
| asciiz | ||
| byte | ||
| data | Sort of | Need to decide on executable format before implementing this |
| extern | ||
| float | ||
| globl | ||
| half | ||
| kdata | ||
| ktext | ||
| set | ||
| space | ||
| text | ✅ | |
| word |