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

MSE command template #1

Open
guanhao145 opened this issue Jul 3, 2021 · 2 comments
Open

MSE command template #1

guanhao145 opened this issue Jul 3, 2021 · 2 comments

Comments

@guanhao145
Copy link

guanhao145 commented Jul 3, 2021

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:

  1. /src/emu/engine.cpp:680 (680-697, 705) (error: invalid use of non-static member function): { "create", &SystemEngine::cmdCreate, nullptr },
  2. /src/emu/console.cpp:80 (80, 115) (error: invalid conversion from ‘const char*’ to ‘char*’): fmt::printf("Script: %s\n", fname.string());

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

@fsword7
Copy link
Owner

fsword7 commented Jul 3, 2021

Ok, what command line did you try to enter? Mine works fine on Windows 10 with MSYS2.

@guanhao145
Copy link
Author

Basically, I don't know the function. what does it do? What are the input and output? how to specify mse to alpha? do you have a test sample? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants