YACASL2
Loading...
Searching...
No Matches
dump.c File Reference
#include "exec.h"
#include "struct.h"
#include "disassemble.h"
Include dependency graph for dump.c:

Go to the source code of this file.

Functions

void dumpmemory (WORD start, WORD end)
 COMET IIのメモリを表示する
void dspregister ()
 COMET IIのレジスタを表示する
void dsp_trace_dump ()
 COMET IIのレジスタとメモリを実行状況と設定に応じて表示する

Function Documentation

◆ dsp_trace_dump()

void dsp_trace_dump ( )

COMET IIのレジスタとメモリを実行状況と設定に応じて表示する

Definition at line 61 of file dump.c.

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

◆ dspregister()

void dspregister ( )

COMET IIのレジスタを表示する

Definition at line 40 of file dump.c.

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

◆ dumpmemory()

void dumpmemory ( WORD start,
WORD end )

COMET IIのメモリを表示する

Parameters
start表示の開始アドレス
end表示の終了アドレス

Definition at line 6 of file dump.c.

Here is the caller graph for this function: