From adec0ec11cdd6a00088fdeb1399927bdcea65c33 Mon Sep 17 00:00:00 2001 From: Richard Burgess <> Date: Sun, 20 Dec 1992 19:58:38 +0000 Subject: [PATCH] autocommit for file dated 1992-12-20 19:58:38 --- mscode16/dumprun/uproto.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mscode16/dumprun/uproto.h diff --git a/mscode16/dumprun/uproto.h b/mscode16/dumprun/uproto.h new file mode 100644 index 0000000..8e5583b --- /dev/null +++ b/mscode16/dumprun/uproto.h @@ -0,0 +1,20 @@ +U8 getbyte(void); +U8 modrm(void); +U8 sib(void); +void put_num(U32 value, FILE *fout); +void put_hexb(U8 value, FILE *fout); +void put_hexw(U16 value, FILE *fout); +void put_hexd(U32 value, FILE *fout); +int bytes(char c); +void ohex(char c, int extend, int optional, int defsize); +void reg_name(U8 which, char size); +void escape(char c, char t); +void expand_out(char *s); +void do_sib(int m); +void do_modrm(char t); +void floating_point(int e1); +U32 disassemble(void); +void put_inst(char *ptr); +void put_str(char *ptr, FILE *fi); +void fatal_error(char *string); +void main(S16 argc, char *argv[]); -- 2.40.0