forked from crtc-demos/gcc-ia16
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IA-16: add
assume_ds_data',
no_assume_ds_data' func. attribs.
This allows one to specify whether each individual function assumes %ds == .data. Hopefully this change will make it easier, in the future, to add support for expressing far callbacks, far IRQ handlers, etc. (#19). The test cases and documentation have also been cleaned up and updated.
- Loading branch information
Showing
14 changed files
with
612 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.