Results 1 to 16 of 16

Thread: How to use __asm__ in fc6 g++

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2007
    Location
    Gorakhpur, India
    Posts
    254
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    8
    Thanked 14 Times in 14 Posts

    Default Re: How to use __asm__ in fc6 g++

    Quote Originally Posted by ashukla View Post
    I have depicted a few days ago that you can call any interrupt in any OS using the asm keyboard on internet by a researcher of MIT. But I have not gotted the code for that. But I am sure it is working on DOS and windows.
    Can you give me a example as you say it is possible in Linux using with syscall. I have also a need of mouse and keyboard input access.
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: How to use __asm__ in fc6 g++

    Quote Originally Posted by ashukla View Post
    I have depicted a few days ago that you can call any interrupt in any OS using the asm keyboard on internet by a researcher of MIT.
    Provided that a particular OS has this interrupt and allows calling them in user mode.

    But I have not gotted the code for that. But I am sure it is working on DOS and windows.
    So "any" or "DOS and windows"? DOS and Windows do use interrupts...

    Quote Originally Posted by ashukla View Post
    Can you give me a example as you say it is possible in Linux using with syscall. I have also a need of mouse and keyboard input access.
    man syscall

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.