-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support for ARM code #967
Comments
Prepared a branch issue967 as intermediate target for pull requests by contributors to this ER. |
Fixed a highlight mapping problem between diagram and code preview. |
Intermediate problems to be solved (just as reminder):
|
Resolved conflicts: - src/lu/fisch/structorizer/gui/Diagram.java - src/lu/fisch/utils/StringList.java
Debugging tools like CPUlator expect a global definition of a label "_start", which is to be placed on the first line of code of the program.
EDIT: In GNU mode, the "_start" label will be placed from version 3.32-04 on. |
|
Alessandro Simonetta proposed to add a generator for ARM code and (optionally) even to enhance the debugger to execute ARM code in a suited syntax (possibly via a DiagramController).
The text was updated successfully, but these errors were encountered: