mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 06:29:38 +00:00
Add help for mregs
This commit is contained in:
parent
ff5c43e6cb
commit
229509a067
@ -77,6 +77,7 @@ static void show_help() {
|
|||||||
cout << " until X -- execute until address X is reached" << endl;
|
cout << " until X -- execute until address X is reached" << endl;
|
||||||
cout << " go -- exit debugger and continue emulator execution" << endl;
|
cout << " go -- exit debugger and continue emulator execution" << endl;
|
||||||
cout << " regs -- dump content of the GRPs" << endl;
|
cout << " regs -- dump content of the GRPs" << endl;
|
||||||
|
cout << " mregs -- dump content of the MMU registers" << endl;
|
||||||
cout << " set R=X -- assign value X to register R" << endl;
|
cout << " set R=X -- assign value X to register R" << endl;
|
||||||
cout << " if R=loglevel, set the internal" << endl;
|
cout << " if R=loglevel, set the internal" << endl;
|
||||||
cout << " log level to X whose range is -2...9" << endl;
|
cout << " log level to X whose range is -2...9" << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user