Results 1 to 4 of 4

Thread: How is asm run inline? [resolved]

  1. #1

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    How is asm run inline? [resolved]

    If i wanted to run assembly code inline could i do it in C++? Also if i dont or can't run assembly code inline what is the most common way to link a routine?

  2. #2
    ChimpFace9000
    Guest
    Code:
    asm{
    mov ax, 3h
    }

  3. #3

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Looking at that block, it looks like it would go inline with C++.
    What is the 3h? Is that an interrupt? Thanks.

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width