Search:

Type: Posts; User: Lind

Search: Search took 0.01 seconds.

  1. Thread: Assembly question

    by Lind
    Replies
    7
    Views
    2,999

    Does it add the values of the 4 element array...

    Does it add the values of the 4 element array given?
  2. Thread: Assembly question

    by Lind
    Replies
    7
    Views
    2,999

    Assembly question

    Hi,

    Can you please explain what the following program does?


    Execution begins at address 0
    .pos 0
    init: irmovl Stack, %esp # Set up Stack pointer
    irmovl Stack, %ebp ...
  3. Thread: hardware question

    by Lind
    Replies
    3
    Views
    1,117

    hardware question

    Hi,

    If SEQ executes 1 instruction per cycle, what is assumed about the memory acess latency?is this a realistic assumption and why?

    Thank you
  4. Replies
    5
    Views
    2,881

    so, typically it's tens of cycles, right?

    so, typically it's tens of cycles, right?
  5. Replies
    5
    Views
    2,881

    typical access time of memory

    What is the typical access time of memory in a typical systems today?tens ofcycles?hundreds?thousands? if there is a good web source please tell me so i can read more about it thanks.
  6. Replies
    8
    Views
    1,829

    which one do u think is better than the other and...

    which one do u think is better than the other and why?
  7. Replies
    8
    Views
    1,829

    Can you please specify at least one processor for...

    Can you please specify at least one processor for web server avaliable from each because i want to evaluate each one.
  8. Replies
    8
    Views
    1,829

    Processor Vendors for web servers

    Hi,

    Can you please tell me some processor vendors for web servers who are currently the major players of the market?

    Thanks,
  9. Thread: HCL

    by Lind
    Replies
    2
    Views
    1,081

    HCL

    i want to write the HCL description of a hardware block that has four 8-bit inputs I1 to I4, and four 8-bit outputs O1 to O4. The block sorts the inputs and presents them on the output in ascending...
  10. Thread: IEEE problem

    by Lind
    Replies
    3
    Views
    1,792

    IEEE problem

    With x = 0101 1111 1011 1110 0100 0000 0000 0000(two) and
    y = 0011 1111 1111 1000 0000 0000 0000 0000(two), and
    z = 1101 1111 1011 1110 0100 0000 0000 0000 0000(two)
    ...
  11. Replies
    2
    Views
    6,831

    extended vs double precision

    i'm wondering how much greater is extended precision accuracy compared to double precision?
  12. Replies
    10
    Views
    1,535

    signed number addition

    Hi,

    i'm writing a program that adds 2 4bit numbers and check if there is an overflow.


    let's say i have A and B and each of them is 4 bits

    i know if they have different signs, i wouldn't...
  13. Thread: simple assembler

    by Lind
    Replies
    10
    Views
    1,715

    thanks Salem. so, i'll have: char...

    thanks Salem.
    so, i'll have:
    char line[LINE_MAX];
    fgets(line, LINE_MAX, source);

    now how can i parse line?
  14. Thread: simple assembler

    by Lind
    Replies
    10
    Views
    1,715

    This is how i would start my program. My question...

    This is how i would start my program. My question is that how to read one line at a time and parse it in order to do the approprite encodings?


    int main( int argc, char *argv[] ) {

    if ( argc...
  15. Thread: simple assembler

    by Lind
    Replies
    10
    Views
    1,715

    simple assembler

    Hi,

    Can you please help me in writing a c program for the following:

    The assembler accepts an assembly source file, parses it, and translates it into an executable object file.In other words,...
Results 1 to 15 of 15