1. GCC gcc C 컴파일러 (C++ 는 g++임!) 파일 이름이 반드시 .c로 끝나야 컴파일 할 수 있다 -o 옵션으로 실행파일 이름 지정하지 않으면 a.out 이라는 이름으로 실행파일이 생성됨. > $ gcc [option] [FILE_NAME] > > > > - -o : 컴파일 시 실행파일 이름 지정 > > $ gcc -o [execu...
1. Operands of the Computer Hardware Word A natural unit of access in a computer, usually a group od 32bits; corresponds to the size of a register in the RISC-V architecture. 1. 1. Memory Operands ...
⭐ Chapter Objectives1\. instructions2\. Assembly language3\. Machine language4\. Unsigned integers vs. 2’s complement signed integersWE SHOULD BE ABLE