#ifndef _ASM_H #define _ASM_H #include "format.h" /// Jump to a known address. void inst_jump(symbol sym); #endif