YACASL2
Functions
dump.c File Reference
#include "exec.h"
Include dependency graph for dump.c:

Go to the source code of this file.

Functions

void dumpmemory (WORD start, WORD end)
 COMET IIのメモリを表示する More...
 
void dspregister ()
 COMET IIのレジスタを表示する More...
 

Function Documentation

◆ dspregister()

void dspregister ( )

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

Returns
なし

Definition at line 38 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のメモリを表示する

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

Definition at line 4 of file dump.c.

Here is the caller graph for this function: