diff gen.h @ 574:1594525e2157

More 68K core refactoring to both reduce the amount of code and better split the host-cpu specific parts from the generic parts
author Michael Pavone <pavone@retrodev.com>
date Mon, 03 Mar 2014 22:17:20 -0800
parents 76bba9ffe351
children 98927f1b005b
line wrap: on
line diff
--- a/gen.h	Mon Mar 03 22:16:41 2014 -0800
+++ b/gen.h	Mon Mar 03 22:17:20 2014 -0800
@@ -20,5 +20,6 @@
 void init_code_info(code_info *code);
 void call(code_info *code, code_ptr fun);
 void jmp(code_info *code, code_ptr dest);
+void jmp_r(code_info *code, uint8_t dst);
 
 #endif //GEN_H_