You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering how to generate the .sass file by using the disasm.py under the tools directory?
I tried "python disasm.py test.out > test.sass". However, the test.sass can not be used by turingas.
The text was updated successfully, but these errors were encountered:
Currently, there are some missing components in disasm.py to make python disasm.py test.out > test.sass work. One of the missing components is extracting argument (parameter) information.
Maybe you can manually add the parameter info to the beginning of the sass file. Here is an example of kernel parameter blocks
Currently, there are some missing components in disasm.py to make python disasm.py test.out > test.sass work. One of the missing components is extracting argument (parameter) information.
Maybe you can manually add the parameter info to the beginning of the sass file. Here is an example of kernel parameter blocks
I was wondering how to generate the .sass file by using the disasm.py under the tools directory?
I tried "python disasm.py test.out > test.sass". However, the test.sass can not be used by turingas.
The text was updated successfully, but these errors were encountered: