Results 1 to 4 of 4

Thread: non os-specific code

  1. #1

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    non os-specific code

    How do I make assembly that is not specific to DOS or linux?
    retired member. Thanks for everything

  2. #2
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Only use BIOS interrupts.

    Z.

  3. #3

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    what if Im in pmode?
    retired member. Thanks for everything

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Bad.
    Import the CRT, this is possible and you only need to reassemble and relink (actually only relink if you find a linux linker that supports windows object format or a windows linker that supports any linux object format) to get it running.


    I see no way other than using a platform-specific library.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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