8-bit Questions

8

I have an array of 100 uint8_t's, which is to be treated as a stream of 800 bits, and dealt with 7 bits at a time. So in other words, if the first element of the 8-bit array holds 0b11001100 and th...
Tutu asked 28/6, 2017 at 18:49

1

I'm trying to convert my library from various formats into HEVC 8-bit mainly to shrink my library down. This is generally working but I've run into an issue when trying to convert an existing file ...
Teshatesla asked 6/6, 2020 at 18:34

5

Solved

A long time ago I had an apple ][ . I remember the command call – 151 But I can not remember what it did ?
Dalpe asked 27/9, 2008 at 10:31

3

Solved

I was wondering what is the best way to convert a 24-bit RGB color (8 bits per color) into an 8-bit color (2bits Blue, 3 Green, 3 Red). I'd like C code for doing this.
Inapposite asked 5/10, 2011 at 6:55

2

Solved

I'm implementing global illumination in my game engine with "reflective shadow maps". RSM has i.a. color texture. To save memory. I'm packing 24 bit value into 8 bit value. Ok. I know how to pack i...
Bibcock asked 9/9, 2012 at 9:37

10

Solved

"Faster than avr200b.asm"? The mpy8u-routine from avr200b.asm for those processors of Atmel's AVR family that do not implement any of the MUL instructions seems pretty generic, but mpy16u loo...
Eigenvalue asked 29/4, 2015 at 5:28

1

Solved

I know this has been asked before, but I have not been able to reach a solution. I apologize if the topic is duplicated, but I think it's not. I have a number extracted from a Uint16Array to conve...
Micrometeorite asked 18/4, 2015 at 4:38

1

I was reading a tutorial about creating a Game Boy emulator, I understand that the Game Boy uses an 8-bit CPU, but I can't understand why the Gameboy uses two types of data: bytes (8 bits) and word...
Grallatorial asked 8/9, 2013 at 19:19

1

I know this can be accomplished in different ways, and there are already some example implementations suggested in other answers. So what I'm asking is what is the most efficient in terms o...
Xerarch asked 7/10, 2014 at 18:35

4

Solved

Something that has always confused me is how 8-bit computers access more than 256 bytes of RAM. I know that it must use two registers, but can any one show me an example of what this would look lik...
Supercolumnar asked 2/12, 2012 at 23:4

2

Solved

Trying things out as I learn C code, I wanted to test something. It worked as expected, but throws the warning Warning 1 assignment from incompatible pointer type [enabled by default] The cod...
Sejm asked 14/7, 2013 at 21:51

3

Solved

This question may be redundant, but I didn't found exact answer. What is the Difference between C 8 bit 16-bit 32-bit compilers. how the .exe differ generated by different compilers for sam...
Mealy asked 5/4, 2013 at 6:39

3

Solved

I was looking at the ImageConverter class, trying to figure out how to convert a BufferedImage to 8-bit color, but I have no idea how I would do this. I was also searching around the internet and I...
Spokane asked 16/6, 2012 at 8:56

7

Solved

I have used and like the Atmel ATMEGA and ATTINY series microcontrollers, and think them quite good. One thing I am not terribly fond of though is the fact that they (and Microchip PIC uC family al...
Embezzle asked 28/9, 2010 at 1:34

7

Solved

I'm afraid I have a question on a detail of a rather oversaturated topic, I searched aroudn a lot, but couldn't find a clear answer to that specific obvious -imho- important, problem: When conver...
Photocurrent asked 12/4, 2011 at 12:2

3

Solved

Is it possible to add two signed 8-bit numbers together and set both the carry and overflow bits?
Consonant asked 31/1, 2010 at 19:3
1

© 2022 - 2024 — McMap. All rights reserved.