RICS style 1 Machine Instruction, ISA, and Computer Machine Instruction Assembly languages v.s. Binary languages Binary languages와 Assembly languages는 둘 다 같은 abstraction level을 가지는 machine languages이다. 어셈블리 언어는 인간이 인지를 편히 할 수 있도록 만들어진 mnemonic으로, 실제 machine에서는 binary language로 변환되어 사용된다. Relative address vs Absolute address Instruction에서의 address는 absolute address를 사용하지 않는다. 이는 RISC style, 즉 32bit의 구조를 지키기 위해서이다. 만약 absolute address를 사용하게 되면 dest.. 2021. 3. 18. 이전 1 다음