|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Public Member Functions | |
| BitStream (std::shared_ptr< Linker::Image > contents) | |
| uint32_t | ReadBits (unsigned count) |
| bool | IsOver () const |
Protected Member Functions | |
| void | NextByte () |
| unsigned | ReadSomeBits (unsigned count, uint8_t &read_bits) |
Protected Attributes | |
| std::shared_ptr< Linker::Image > | contents |
| offset_t | contents_offset = 0 |
| uint8_t | byte = 0 |
| unsigned | bit_count = 0 |