Danh mục

Low-Level C Programming

Số trang: 49      Loại file: pdf      Dung lượng: 3.20 MB      Lượt xem: 21      Lượt tải: 0    
Jamona

Phí tải xuống: 16,000 VND Tải xuống file đầy đủ (49 trang) 0
Xem trước 5 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

In its role as a high level assembler used for writing operating systems, C is often used to access memory locations and change individual bits. You might for example need to access individual bits in an int. It can sometimes be useful to conserve memory by using a byte to hold 8 flags though with an abundance of ram its common to just use one byte per flag or even one per int. Knowing how to extract or alter individual bits is still worthwhile knowing; you may never have to use it but when you have to maintain code that...
Nội dung trích xuất từ tài liệu:
Low-Level C Programming

Tài liệu được xem nhiều: