YACASL2
Functions
disassemble.h File Reference
#include "struct.h"
Include dependency graph for disassemble.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool disassemble_file (const char *file)
 CASL IIのオブジェクトファイルを逆アセンブルし、標準出力へ出力する More...
 
void disassemble_memory (WORD start, WORD end)
 COMET IIのメモリーを逆アセンブルし、標準出力へ出力する More...
 

Function Documentation

◆ disassemble_file()

bool disassemble_file ( const char *  file)

CASL IIのオブジェクトファイルを逆アセンブルし、標準出力へ出力する

Returns
正常終了時は0、異常終了時は0以外
Parameters
*fileオブジェクトファイルのファイル名

Definition at line 183 of file disassemble.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ disassemble_memory()

void disassemble_memory ( WORD  start,
WORD  end 
)

COMET IIのメモリーを逆アセンブルし、標準出力へ出力する

Returns
なし
Parameters
*start逆アセンブルの開始位置
*end逆アセンブルの終了位置

Definition at line 238 of file disassemble.c.

Here is the call graph for this function:
Here is the caller graph for this function: