YACASL2
Loading...
Searching...
No Matches
load.h
Go to the documentation of this file.
1#ifndef YACASL2_LOAD_H_INCLUDED
2#define YACASL2_LOAD_H_INCLUDED
3#include "word.h"
4#include "struct.h"
5#include "cerr.h"
6
10void addcerrlist_load();
11
20WORD loadassemble(const char *file, WORD start);
21
22#endif
WORD loadassemble(const char *file, WORD start)
指定されたファイルからアセンブル結果を読み込む
Definition load.c:20
void addcerrlist_load()
アセンブル結果読み込みエラーをエラーリストに追加する
Definition load.c:15
unsigned short WORD
16ビットの数値を表すデータ型
Definition word.h:9