Rev 783 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
716 | lvd | 1 | #pragma once |
2 | |||
3 | extern unsigned asmii; |
||
4 | extern const unsigned cs[3][2]; |
||
5 | |||
6 | int disasm_line(unsigned addr, char *line); |
||
7 | |||
8 | void mon_step(); |
||
9 | void mon_stepover(); |
||
10 | |||
11 | void cfindpc(); |
||
12 | void chere(); |
||
13 | void cfindtext(); |
||
14 | void cfindcode(); |
||
15 | void cgoto(); |
||
16 | void cbpx(); |
||
17 | void center(); |
||
18 | void csetpc(); |
||
19 | void cup(); |
||
20 | void cdown(); |
||
21 | void cleft(); |
||
22 | void cright(); |
||
23 | void chere(); |
||
24 | void cpgup(); |
||
25 | void cpgdn(); |
||
26 | void pop_pos(); |
||
27 | void cjump(); |
||
28 | void cdjump(); |
||
29 | |||
30 | void csave1(); |
||
31 | void csave2(); |
||
32 | void csave3(); |
||
33 | void csave4(); |
||
34 | void csave5(); |
||
35 | void csave6(); |
||
36 | void csave7(); |
||
37 | void csave8(); |
||
38 | void crest1(); |
||
39 | void crest2(); |
||
40 | void crest3(); |
||
41 | void crest4(); |
||
42 | void crest5(); |
||
43 | void crest6(); |
||
44 | void crest7(); |
||
45 | void crest8(); |
||
46 | |||
47 | void cfliplabels(); |
||
48 | void c_lbl_import(); |
||
49 | |||
50 | namespace z80dbg |
||
51 | { |
||
52 | void __cdecl SetLastT(); |
||
53 | } |
||
54 | void showtrace(); |
||
55 | char dispatch_trace(); |