YACASL2
Loading...
Searching...
No Matches
disassemble.h File Reference
#include "word.h"
#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のオブジェクトファイルを逆アセンブルし、標準出力へ出力する
void disassemble_memory (WORD start, WORD end)
 COMET IIのメモリーを逆アセンブルし、標準出力へ出力する

Function Documentation

◆ disassemble_file()

bool disassemble_file ( const char * file)

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

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

Definition at line 173 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のメモリーを逆アセンブルし、標準出力へ出力する

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

Definition at line 228 of file disassemble.c.

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