Skip to content

MSE command template #1

@guanhao145

Description

@guanhao145

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions