home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17043 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.4 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!cs.utexas.edu!torn!newshub.ccs.yorku.ca!newshub.ariel.yorku.ca!cs911461
  3. From: cs911461@ariel.yorku.ca (CHRISTIAN D. ARMOUR)
  4. Subject: Assembler help needed.  Real bad like.
  5. Message-ID: <1992Nov18.062004.545@newshub.ariel.yorku.ca>
  6. Sender: news@newshub.ariel.yorku.ca (USENET News System)
  7. Organization: York University, Toronto, Canada
  8. Date: Wed, 18 Nov 1992 06:20:04 GMT
  9. Lines: 34
  10.  
  11. Hello Linuxland!
  12.  
  13. Could anyone help me with any of the folowing problems related
  14. to assembly programming under linux?
  15.  
  16. 1) I'm using as86 because it uses the mnemonics which I like
  17. and am used to (Intel 8086).  Should I use the slightly weird
  18. gas instead?  How can I learn how to use it?  Where are the
  19. docs/man pages for these things hidden in this vast world?  
  20.  
  21. 2) Why does as86 give me the following error:
  22.  
  23.          MOV    DX,ES:[BX]
  24. ---------------------^
  25. Junk after operands
  26.  
  27. 3) How is the video controller programmed directly under Linux,
  28. or for that matter, any Unix-style O/S?
  29.  
  30. 4) What is an "unbound label"?
  31.  
  32. 5) How hard/easy is it to mix C and assembler under Linux?  I have
  33. experience doing this under DOS (386) and Ultrix (MIPS) but am a
  34. little scared to try under Linux.  I'm trying to port my extensive
  35. library of VGA code from the DOS environment.  So far, no problems
  36. except from the assembler.
  37.  
  38. Any help greatly appreciated.
  39.  
  40.  
  41. C. Armour-Kidson
  42. cs911461@ariel.yorku.ca
  43.  
  44.  
  45.