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

Minimal 64x4 Support #31

Merged
merged 31 commits into from
Apr 27, 2024
Merged

Minimal 64x4 Support #31

merged 31 commits into from
Apr 27, 2024

Conversation

michaelkamprath
Copy link
Owner

This is a rather large change that enables several assembly syntax features to support the Minimal 64x4 Home Computer. The major changes are:

  • address operand type that support bit slicing when needed for things like local jumps and zero page addressing.
  • .align directive to adjust current address to next configurable page boundary
  • Support for embedded strings, which which are essentially .cstr data types without the .cstr directive.
  • #mute and #unmute preprocessor directive to control the emission of byte code.

Complete list of changes is in the CHANGELOG.

Also created the ISA configuration and sample code for the Minimal 64x4 Home Computer.

@michaelkamprath michaelkamprath marked this pull request as ready for review April 27, 2024 05:54
@michaelkamprath michaelkamprath merged commit 8219b4d into main Apr 27, 2024
3 checks passed
@michaelkamprath michaelkamprath deleted the minimal-64x4 branch April 27, 2024 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant