Recent posts

CS:APP - Representing and Manipulating Information

category: csapp     8 minute read     Posted on:

Information Storage 相較於直接操作 bits,使用 bytes(8 bits) 會顯得方便得多。以 machine-level 來看待記憶體就會是一連串的 byte 陣列,每個 bytes 都有一個獨立的 id(address),對於所有可能的 address 稱之為 virtual addr...

CS:APP - A Tour of Computer Systems

category: csapp     2 minute read     Posted on:

Information Is Bits + Context ```c // hello.c