YACASL2
load.h
Go to the documentation of this file.
1 #ifndef YACASL2_LOAD_H_INCLUDE
2 #define YACASL2_LOAD_H_INCLUDE
3 
7 void addcerrlist_load();
8 
17 WORD loadassemble(const char *file, WORD start);
18 
19 #endif
WORD loadassemble(const char *file, WORD start)
指定されたファイルからアセンブル結果を読み込む
Definition: load.c:27
void addcerrlist_load()
アセンブル結果読み込みエラーをエラーリストに追加する
Definition: load.c:22
unsigned short WORD
16ビットの数値を表すデータ型
Definition: word.h:9