テストの修正
[YACASL2.git] / test / system / comet2monitor / help / 0.txt
1 COMET II machine code monitor. Type ? for help.
2 (comet2 monitor) ?
3 b[reak] -- Manipulate Breakpoints. See details, `b ?'.
4 c[ontinue] -- Continue running your program.
5 d[ump] -- Display memory dump. `d[ump] a[uto]/n[oauto]' set auto/noauto display.
6 l[oad] -- Load object from a file to the memory. `l[oad] <filepath> <address>' if address is omitted, load to address 0.
7 n[ext] -- Go next instruction.
8 q[uit] -- Quit running your program.
9 reset -- Reset the system.
10 r[everse] -- Disassemble memory. `r[everse] <start address> <end address>.
11 s[ave] -- Save object from the memory to a file. `s[ave] <filepath> [<start address1> [<end address>]]' if <start address> and <end address> is omitted, save the whole memory. if <end address> is omitted, save the memory after <start address>.
12 t[race] -- Display CPU register. `t[race] a[uto]/n[oauto]' set auto/noauto display. 
13 T[race] -- Display CPU register as logical value. `t[race] a[uto]/n[oauto]' set auto/noauto display. 
14 ?/h[elp] -- Display this help.
15 (comet2 monitor)