Search:

Type: Posts; User: Kuluzuva

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    4,586

    My compiler is gcc and assembler is nasm. I made...

    My compiler is gcc and assembler is nasm. I made my makefile. I need to learn taking arguments from function to assembly code. For example, these functions take 3 arguments and how i will use them in...
  2. Replies
    9
    Views
    4,586

    Actually, I've written Asm before. I'm searching...

    Actually, I've written Asm before. I'm searching information about this topic from morning but I got nothing... I cant find sites, information, anything. If you write some links to look for me, I'll...
  3. Replies
    9
    Views
    4,586

    Calling assembly from c

    Hello, I have a problem with calling assembly from c.

    typedef unsigned char digit; // apn is a pointer to array of digits.

    Functions:

    add(apn number1,apn number2,apn result)

    subtract(apn...
Results 1 to 3 of 3