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

SubX exercise 1: add two numbers #24

Closed
wants to merge 1 commit into from
Closed

SubX exercise 1: add two numbers #24

wants to merge 1 commit into from

Conversation

akkartik
Copy link
Owner

To see the failing tests:

$ ./subx translate 0*.subx add2.subx -o a.elf  &&  ./subx run a.elf test

Email me if you'd like commit access to work on this.

When (when!) you need to debug things, go back and reread https://github.com/akkartik/mu/blob/master/subx/Readme.md#a-few-hints-for-debugging. And, of course, feel free to ask me questions.

To run:
  $ subx translate 0*.subx add2.subx -o a.elf  &&  subx run a.elf test
@akkartik akkartik added the hello ☺ exercises reimplementing existing features; good for newcomers label Apr 26, 2019
@akkartik akkartik changed the title exercise: add two numbers exercise 1: add two numbers Apr 28, 2019
@akkartik akkartik changed the base branch from master to main August 17, 2020 01:32
@akkartik akkartik changed the title exercise 1: add two numbers SubX exercise 1: add two numbers Dec 4, 2020
@akkartik
Copy link
Owner Author

Closing because the instructions on this issue are out of date. Issues aren't an ideal way to provide exercises.

@akkartik akkartik closed this Oct 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hello ☺ exercises reimplementing existing features; good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant