This repository was archived by the owner on Sep 2, 2018. It is now read-only.
This repository was archived by the owner on Sep 2, 2018. It is now read-only.
Support assembly directives #24
Closed
Description
Add support for all AVR assembly directives.
List of directives (source):
Directive | Priority | Description | Status |
---|---|---|---|
BYTE | High | Reserve byte to a variable | |
CSEG | High | Code Segment | |
CSEGSIZE | Program memory size | ||
DB | High | Define constant byte(s) | |
DEF | Define a symbolic name on a register | ||
DEVICE | Define which device to assemble for | ||
DSEG | High | Data Segment | |
DW | High | Define Constant word(s) | |
ENDM, ENDMACRO | End macro | ||
EQU | High | Set a symbol equal to an expression | |
ESEG | Medium | EEPROM Segment | |
EXIT | Exit from file | ||
INCLUDE | Medium | Read source from another file | |
LIST | Turn listfile generation on | ||
LISTMAC | Turn Macro expansion in list file on | ||
MACRO | Begin macro | ||
NOLIST | Turn listfile generation off | ||
ORG | High | Set program origin | |
SET | High | Set a symbol to an expression |