mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-03-13 10:41:50 +00:00
Support for floating-point loads and stores
This commit is contained in:
@@ -29,7 +29,7 @@ void show_help()
|
||||
#ifdef PROFILER
|
||||
cout << " profiler -- show stats related to the processor" << endl;
|
||||
#endif
|
||||
cout << " disas X,n -- disassemble N instructions starting at address X" << endl;
|
||||
cout << " disas N,X -- disassemble N instructions starting at address X" << endl;
|
||||
cout << " quit -- quit the debugger" << endl << endl;
|
||||
cout << "Pressing ENTER will repeat last command." << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user