Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditional assembly to reduce size of driver #7

Open
erangell opened this issue Jul 29, 2018 · 0 comments
Open

Conditional assembly to reduce size of driver #7

erangell opened this issue Jul 29, 2018 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@erangell
Copy link
Owner

For special purpose applications, the unnecessary parts of the driver can be excluded from assembly, and variables in the makefile can control what gets assembled. I would like the following:

ANNUNCIATOR= <0 to 3> - assemble just the addresses for the selected annunciator
NEGATIVELOGIC = 0 or 1 - set to 1 to include the code that handles negative logic, and enable it by default.
If either of the above parameters are undefined, assemble the current source code without modifications.

@erangell erangell added the help wanted Extra attention is needed label Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant