Support for floating-point loads and stores

This commit is contained in:
dingusdev
2020-02-05 22:11:59 -07:00
parent 96e9351190
commit f3befe9c16
2 changed files with 452 additions and 27 deletions

View File

@@ -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;
}