Main Page | Class List | Directories | File List | Class Members | File Members

vm_disasm.h File Reference

CKPM virtual machine disassembler. More...

#include "vm_asm.h"

Functions

void vm_dump_instruction (int fd, struct instr_set_entry *e, int arg, int pc)
 this subroutine writes a disassembled instruction to stderr
void vm_dump_data (int fd, char *s, int len)
 hexdump of data


Detailed Description

CKPM virtual machine disassembler.


Function Documentation

void vm_dump_data int  fd,
char *  s,
int  len
 

hexdump of data

Parameters:
fd a file descriptor index to an open file
s the pointer to the data area
len the length in bytes to be dumped

void vm_dump_instruction int  fd,
struct instr_set_entry e,
int  arg,
int  pc
 

this subroutine writes a disassembled instruction to stderr

Parameters:
fd a file descriptor index to an open file
e the pointer to the current instruction description
arg the argument value of the instruction
pc the actual program counter


Generated on Thu Jul 13 03:56:37 2006 for CKPMcc by  doxygen 1.4.4