-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asm instruction generation: allow (early) math expressions for Direct…
… page allows Diz to be smart enough to figure out things like, if the D register for a byte is set to $100 and there's a line like this: LDA.B $01 and we have a label 'some_variable' set at $101, then it's safe to output this assembly: LDA.B some_variable-$100 this should help get way more vars in the final output
- Loading branch information
1 parent
cf1e6d0
commit 35fe0cb
Showing
1 changed file
with
24 additions
and
1 deletion.
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