|
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주 판매 이력 없음
|
|
typedef struct Code{
char opcode[6];
char machine[3];
short int offset;
} CodeSet;
//opcode table의 정의
CodeSet OpcodeTable[26]={
{"JLT","38",2},{"LDA","00",-1},{"SUB","1C",-1},{"AND","40",-1},
{"MUL","20",6},{"OR","44",-1},{"RSUB","4C",-1},{"DIV","24",-1},
{"STCH","54",-1},{"STL",
|
- 페이지 1페이지
- 가격 2,000원
- 등록일 2005.12.20
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|