일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 순서번호
- 그리디 알고리즘
- git merge
- 개발자취업
- 오류검출
- 데이터 전송
- IEEE 802
- well known 포트
- 티스토리챌린지
- leetcode
- 오블완
- 플로이드워셜
- tcp 세그먼트
- tcp 프로토콜
- 서비스 프리미티브
- 비주기신호
- 스레드
- 우분투db
- reducible
- 프레임 구조
- mariadb
- 주기신호
- 항해99
- 99클럽
- i-type
- xv6
- 코딩테스트준비
- 토큰 버스
- til
- 오류제어
- Today
- Total
목록i-type (2)
Unfazed❗️🎯
In the MIPS instruction set architecture, the immediate value in I-format instructions is typically considered a signed 16-bit number. This means that the immediate value can range from 대부분의 I-format 명령어들의 imm 값은 아래와 같은 signed 16-bit number이다. (-2^15) ~ (2^15-1) or -32,768 to 32,767 in decimal notation. For certain instructions, like addi, the immediate value is treated as a two's complement s..
I,R,J-Type별로 format하고 opcode, funcation code가 정리되어 있어 편하다!https://www.d.umn.edu/~gshute/mips/rtype.xhtml#function-codes MIPS R-Type Instruction CodingMain processor instructions that do not require a target address, immediate value, or branch displacement use an R-type coding format. This format has fields for specifying of up to three registers and a shift amount. For instructions that do not u..