We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4e97d commit 470f4a1Copy full SHA for 470f4a1
debugger/debugger.cpp
@@ -78,7 +78,7 @@ static void show_help() {
78
cout << " until X -- execute until address X is reached" << endl;
79
cout << " go -- exit debugger and continue emulator execution" << endl;
80
cout << " regs -- dump content of the GRPs" << endl;
81
- cout << " fregs -- dump content of the FPRs" << endl;
+ cout << " fregs -- dump content of the FPRs" << endl;
82
cout << " mregs -- dump content of the MMU registers" << endl;
83
cout << " set R=X -- assign value X to register R" << endl;
84
cout << " if R=loglevel, set the internal" << endl;
0 commit comments