[컴퓨터구조] #5. MIPS 명령어(5)
Lec 5. MIPS Instructions_5 (Language of the Computer) - MIPS Logical Instructions : 논리 연산 명령어 and, andi, or, ori, xor, nor 등등 source 전체가 몇 bit이든 간에 논리연산은 1bit끼리 연산함. - and : useful for masking bits 마스킹 - or : useful for combining bit fields 결합 - nor : useful for inverting bits 반전 - and, or, nor : R-format instruction and(or, nor) rd, rs, rt - andi, ori : I-format instruction andi(ori) rt, rs, im..
2022. 3. 23.