KiB vs KB
K(1000) | Ki(1024) |
---|---|
1 KB = 1,000 Byte | 1 KiB = 1,024 Byte |
1 MB = 1,000 KB | 1 MiB = 1,024 KiB |
Strive to be lazy
K(1000) | Ki(1024) |
---|---|
1 KB = 1,000 Byte | 1 KiB = 1,024 Byte |
1 MB = 1,000 KB | 1 MiB = 1,024 KiB |
Uninstall Linux from dual boot system 雙系統安全移除
常常安裝雙系統的使用者都知道,安裝雙系統(Win + Linux Distributions)比較簡單且安全的方式是先安裝 Windows 系統後在安裝 Linux 系統,詳細為何不再贅述。
這次主要是紀錄當要把 Linux 系統移除時,要如何做才安全正確。
Continue reading “[FAQ] Uninstall Linux from dual boot system”
Method
mkdir -p ./some/path/; mv yourfile.txt $_
the address of the data is held in an intermediate location so that the address is first ‘looked up’ and then used to locate the data itself.
A typical assembly language instruction would look like:
MOV A, @5002 |
This looks to location 5002 for an address. That address is then used to fetch data and load it into the accumulator. In this instance it is 302.
http://www.teach-ict.com/as_as_computing/ocr/H447/F453/3_3_8/lowlevel/miniweb/pg4.htm