|
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주 판매 이력 없음
|