안녕하세요~ 컴퓨터 구조는 반드시 필요한 학문이라 생각되서 공부를 하려는데 독학하기 좋은책 있을까요? 책 추천좀 부탁드립니다~~
1: 추천서적 = 컴퓨터 구조 및 설계; read(추천서적);
create_thread(read(datasheet(my.interested_arch))); // "x86", "ARM", "PPC", "MIPS" create_thread(write_assmbly(my.interested_arch)); create_thread(read_assmbly(my.interested_arch));
if 추천서적.level < my.level { read(Computer Architecture : A Quantitative Approach); } else { read(8비트 마이컴(AVR, 8051) 관련 서적); goto 1; }
Just do it!
Computer Architecture Study Logic
1:
추천서적 = 컴퓨터 구조 및 설계;
read(추천서적);
create_thread(read(datasheet(my.interested_arch))); // "x86", "ARM", "PPC", "MIPS"
create_thread(write_assmbly(my.interested_arch));
create_thread(read_assmbly(my.interested_arch));
if 추천서적.level < my.level {
read(Computer Architecture : A Quantitative Approach);
} else {
read(8비트 마이컴(AVR, 8051) 관련 서적);
goto 1;
}
Just do it!