#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include <ctype.h>
#include "word.h"
#include "struct.h"
#include "cerr.h"
Go to the source code of this file.
◆ addcerrlist_load()
void addcerrlist_load |
( |
| ) |
|
アセンブル結果読み込みエラーをエラーリストに追加する
Definition at line 22 of file load.c.
◆ loadassemble()
WORD loadassemble |
( |
const char * |
file, |
|
|
WORD |
start |
|
) |
| |
指定されたファイルからアセンブル結果を読み込む
- Returns
- 読み込み終了アドレス。読み込めなかった場合は、0
- Parameters
-
file | 読み込むファイル名 |
start | 読み込み開始アドレス |
Definition at line 27 of file load.c.
◆ cerr_load
Initial value:= {
{ 210, "load - memory overflow" },
{ 211, "object file not specified" },
{ 212, "invalid option" },
{ 213, "invalid argument" },
}
ファイル読み込みのエラー定義
Definition at line 14 of file load.c.