Master Piece of jun/컴퓨터개론
instruction set 구성과 machine dependent
JUNFUTURE
2021. 11. 8. 00:26
instruction set 구성과 machine dependent
- 기계마다 instruction code (instruction set architecture, ISA)가 다름
- ex) MUL이 있는 instruction set도, 없는 instruction set도 있음
- ex) 64비트 instruction code, 32비트 instruction code
- 서로 instruction set이 다름 == 어셈블리 랭귀지가 다르다 == 이걸 처리하는 하드웨어가 다르다.
- intel CPU ≠ ARM CPU