]> pd.if.org Git - mmurtl/commitdiff
autocommit for file dated 1992-12-20 19:58:38
authorRichard Burgess <>
Sun, 20 Dec 1992 19:58:38 +0000 (19:58 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Mon, 17 Oct 2016 14:03:47 +0000 (14:03 +0000)
mscode16/dumprun/uproto.h [new file with mode: 0644]

diff --git a/mscode16/dumprun/uproto.h b/mscode16/dumprun/uproto.h
new file mode 100644 (file)
index 0000000..8e5583b
--- /dev/null
@@ -0,0 +1,20 @@
+U8 getbyte(void);\r
+U8 modrm(void);\r
+U8 sib(void);\r
+void put_num(U32 value, FILE *fout);\r
+void put_hexb(U8 value, FILE *fout);\r
+void put_hexw(U16 value, FILE *fout);\r
+void put_hexd(U32 value, FILE *fout);\r
+int bytes(char c);\r
+void ohex(char c, int extend, int optional, int defsize);\r
+void reg_name(U8 which, char size);\r
+void escape(char c, char t);\r
+void expand_out(char *s);\r
+void do_sib(int m);\r
+void do_modrm(char t);\r
+void floating_point(int e1);\r
+U32 disassemble(void);\r
+void put_inst(char *ptr);\r
+void put_str(char *ptr, FILE *fi);\r
+void fatal_error(char *string);\r
+void main(S16 argc, char *argv[]);\r