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

Update cpu instruction definition and asm programs for customasm v0.11 #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 12, 2022

  1. Update cpu instruction definition and asm programs for customasm v0.11

    #bits in global scope
    #bankdef and #bank ".data"/".instr" is now bare data/instr
    consistent indenting in #bankdef
    nested #tokendef is now #subruledef, in global scope
    #cpudef is now #ruledef
    token/subrule def "=" is now "=>"
    cup/rule def "->" is now "=>"
    3'5 constant is now 5`3 (hlorenzi/customasm#158)
    #str is now #d
    sparr committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    54a5bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50897a8 View commit details
    Browse the repository at this point in the history