Mercurial > hg > CbC > old > device
comparison .gdbinit @ 253:7b2762739df6
*** empty log message ***
author | kono |
---|---|
date | Wed, 12 May 2004 19:48:42 +0900 |
parents | 1452eb0eab20 |
children | 8cd8d72286ae |
comparison
equal
deleted
inserted
replaced
252:1452eb0eab20 | 253:7b2762739df6 |
---|---|
1 tb main | 1 tb main |
2 # run -s -ob00.s test/int.c | 2 run -s -ob00.s test/basic.c |
3 run -s -ob00.s mc-parse.c | 3 # run -s -ob00.s mc-parse.c |
4 # run -s test/code-gen-all.c | 4 # run -s test/code-gen-all.c |
5 define regs | 5 define regs |
6 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 | 6 printf "pc =%08x lr =%08x r0 =%08x r1 =%08x r3= %08x r4= %08x\n",$pc,$lr,$r0,$r1,$r3,$r4 |
7 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 | 7 printf "r10=%08x r11=%08x r12=%08x r13=%08x r14=%08x r15=%08x\n",$r10,$r11,$r12,$r13,$r14,$r15 |
8 end | 8 end |