source program(loader.c)
페이지 정보
작성일 22-12-04 03:19
본문
Download : source program(loaderc).hwp
sourceprogram(loader.c) , source program(loader.c)기타레포트 ,
source program(loader.c)
레포트/기타
sourceprogram(loader.c)
,기타,레포트
순서
Download : source program(loaderc).hwp( 84 )
_hwp_01.gif)
_hwp_02.gif)
_hwp_03.gif)
_hwp_04.gif)
_hwp_05.gif)
설명
#include
#include
#include
#include
#include
#define M 30
typedef struct estab *estab_ptr;
typedef struct estab{
char name[7];
unsigned addr;
estab_ptr link;
}estab;
estab_ptr table[20];
void pass1(char *[중요] );
int errchk(char *);
void insert(char *, unsigned);
unsigned hash(char *);
void prnmap_head(void);
void prnestab(void);
void d_record(void);
void h_record(char *[중요] );
void make_file(char *);
void pass2(char *[중요] );
void prnmem(void);
void m_record(char *[중요] );
void t_record(void);
void r_record(char *[중요] );
int PROGADDR = (4*16*16*16);
char record[1000]={0};
char line[80];
FILE *test, *map, *mem, *est;
unsigned csaddr, cslth;
main(int argc, char *argv[중요] )
{
int i,max, num = argc;
char *list[10] = {0}; // array list(index is symbol number
// of modification record)
csaddr = PROGADDR;
make_file(argv[num-1]); // make 3 output file…(투비컨티뉴드 )
다.