-b to enable bootloader (help)
This commit is contained in:
parent
3df8aea12c
commit
cb8d3d18a3
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -149,6 +149,7 @@ void help()
|
||||||
printf("-R d.rk load file as a RK05 disk device\n");
|
printf("-R d.rk load file as a RK05 disk device\n");
|
||||||
printf("-p 123 set CPU start pointer to decimal(!) value\n");
|
printf("-p 123 set CPU start pointer to decimal(!) value\n");
|
||||||
printf("-L f.bin load file into memory at address given by -p (and run it)\n");
|
printf("-L f.bin load file into memory at address given by -p (and run it)\n");
|
||||||
|
printf("-b enable bootloader (build-in)\n");
|
||||||
printf("-n ncurses UI\n");
|
printf("-n ncurses UI\n");
|
||||||
printf("-d enable debugger\n");
|
printf("-d enable debugger\n");
|
||||||
printf("-t enable tracing (disassemble to stderr, requires -d as well)\n");
|
printf("-t enable tracing (disassemble to stderr, requires -d as well)\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue