-
Notifications
You must be signed in to change notification settings - Fork 2
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
Interpret assembly syntax #165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still haven't double-checked interpreter
or thread
4ba5d9f
to
05b5f56
Compare
assembly_scanner and program_walker should inherit from a common generic abstract class, and obviously a *ton* of testing is needed for assembly_scanner itelf. Once that's in place, thread can use a generic form of IP and advancement, and threads can be held by a subclass of either of the above.
fix some of the tests fix more warnings Refactors fix some errors, I hope fix more errors WIP: more progress actually put it in
There's still something subtly wrong, but I haven't diagnosed what. The new tests that reference the qdeql interpreter are ccompletely broken as a result, and therefore commented out. Further testing and bugfixing is required.
more work Get more things working more documentation, mostly
0c4f640
to
bf6eb51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add tests to make sure multithreading keeps its previous tick guarantees
Something is wrong here! Input to
|
That's even more wrong |
WIP
Closes #46