#include <string.h>
#include "cmds.h"
#include "htctrl.h"
#include "htdisasm.h"
#include "hthist.h"
#include "htiobox.h"
#include "htmenu.h"
#include "httag.h"
#include "x86asm.h"
#include "x86dis.h"
#include "ppcdis.h"
#include "evalx.h"
#include "regex.h"
Go to the source code of this file.
Functions | |
ht_view * | htdisasm_init (bounds *b, ht_streamfile *file, ht_format_group *group) |
void | dialog_assemble (ht_format_viewer *f, viewer_pos vaddr, CPU_ADDR cpuaddr, Assembler *a, Disassembler *disasm, const char *default_str, UINT want_length) |
Variables | |
format_viewer_if | htdisasm_if |
|
|
Definition at line 39 of file htdisasm.cc. References DESC_DISASM, file, ht_disasm_sub::init(), ht_disasm_viewer::init(), ht_uformat_viewer::insertsub(), NULL, VC_EDIT, VC_GOTO, VC_SEARCH, X86_ADDRSIZE32, X86_OPSIZE32, and X86DIS_STYLE_OPTIMIZE_ADDR. |
|
Initial value: { htdisasm_init, 0 } Definition at line 62 of file htdisasm.cc. |