]> pd.if.org Git - mmurtl/blob - mscode16/dumprun/uproto.h
autocommit for file dated 1992-12-20 19:58:38
[mmurtl] / mscode16 / dumprun / uproto.h
1 U8 getbyte(void);\r
2 U8 modrm(void);\r
3 U8 sib(void);\r
4 void put_num(U32 value, FILE *fout);\r
5 void put_hexb(U8 value, FILE *fout);\r
6 void put_hexw(U16 value, FILE *fout);\r
7 void put_hexd(U32 value, FILE *fout);\r
8 int bytes(char c);\r
9 void ohex(char c, int extend, int optional, int defsize);\r
10 void reg_name(U8 which, char size);\r
11 void escape(char c, char t);\r
12 void expand_out(char *s);\r
13 void do_sib(int m);\r
14 void do_modrm(char t);\r
15 void floating_point(int e1);\r
16 U32 disassemble(void);\r
17 void put_inst(char *ptr);\r
18 void put_str(char *ptr, FILE *fi);\r
19 void fatal_error(char *string);\r
20 void main(S16 argc, char *argv[]);\r