|
//////////////////////////////////////////////////////////////////////////
// //
// PASS1 //
//
|
- 페이지 50페이지
- 가격 2,000원
- 등록일 2005.01.18
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
pass1(void);
static int assem_pass2(void);
int init_inst_file(char *inst_file);
int init_input_file(char *input_file);
int search_opcode(char *str); //명령어 찾는 함수
void make_objectcode(char *file_name);
int handle_directive(char* input_data, char *directive, int index); //지시명령어 처리 함수
|
- 페이지 70페이지
- 가격 3,000원
- 등록일 2020.12.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
TIXR") == 0)
find = 1;
return find;
}
void address_str_fill1(char *address, char *temp_r1, char *temp_r2) //형식 2의 피연산자 레지스터 2개를 결정하는 함수
{
if(strcmp(temp_r1, "A") == 0)
address[0] = '0';
else if(strcmp(temp_r1, "X") == 0)
address[0] = '1';
else if(strcmp(temp_r1, "L") == 0)
addres
|
- 페이지 30페이지
- 가격 3,000원
- 등록일 2006.05.14
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
pass1_Info {
string label;
string opcode;
string operand;
} LINEINFO, *PLINEINFO;
// symbol 저장 구조체
typedef struct _symbol {
string symbol;
unsigned int loc;
} SYMBOL, *PSYMBOL;
// text record 저장 구조체
typedef struct _text_record {
string record[RECORD_SIZE];
unsigned
|
- 페이지 14페이지
- 가격 2,000원
- 등록일 2008.05.16
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
임상간호메뉴얼, 현문사, p525, 1999.4. http://pass1.csangji.ac.kr/speech/speech-er-pro2.htm <무의식 대상자 간호>
1. 무의식의 정의
2. 무의식의 원인
▷ 의식 수준 단계
무의식 환자의 간호관리
1)간호사정
2)간호진단 및 중재
<<참고문헌>>
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2009.03.20
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|