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 am learning alpha risc architecture and developing a processor now. I need a converter that converts assembly code to machine code to test my processor. Then I found your mse on the DEC Alpha Emulation Webpage. I hope your mse can help. Or please let me know if there is a better option.
Right now, I am testing your mse and wondering if there is an instruction with command templates. I’m eager to receive your feedback.
Current status:
successfully built target mse with some warnings.
Bug fixes:
/src/emu/engine.cpp:680 (680-697, 705) (error: invalid use of non-static member function): { "create", &SystemEngine::cmdCreate, nullptr },
/src/emu/console.cpp:80 (80, 115) (error: invalid conversion from ‘const char*’ to ‘char*’): fmt::printf("Script: %s\n", fname.string());
Hi Timothy,
I am learning alpha risc architecture and developing a processor now. I need a converter that converts assembly code to machine code to test my processor. Then I found your mse on the DEC Alpha Emulation Webpage. I hope your mse can help. Or please let me know if there is a better option.
Right now, I am testing your mse and wondering if there is an instruction with command templates. I’m eager to receive your feedback.
Current status:
successfully built target mse with some warnings.
Bug fixes:
Environment:
Ubuntu_64-bit_20.04.2.0_LTS
g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
cmake version 3.20.5
fmt: https://github.com/fmtlib/fmt.git
Thanks,
Guan
The text was updated successfully, but these errors were encountered: