Search:

Type: Posts; User: Karasu

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    7,858

    Why do you want to use an integer type for this?...

    Why do you want to use an integer type for this? Isn't it going to go outside of my 3 Byte wide char array?

    I'm getting the following error:



    EDIT: I've found a solution based on your...
  2. Replies
    6
    Views
    7,858

    Whoops! My mind must have mixed projects after...

    Whoops! My mind must have mixed projects after seven hours of coding. This should be in the C-programming forum ofcourse =/ Sorry!
  3. Replies
    6
    Views
    7,858

    Help with shifting pointers to arrays

    Hello all! I'm in a digital platform class and have the assignment to optimize a 8081 processor design.

    Currently a very small part of the code looks like this:

    unsigned char t[3];
    t[0] =...
Results 1 to 3 of 3