home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / intel / 3105 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.sys.intel
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!ugle.unit.no!alkymi.unit.no!robert
  3. From: robert@alkymi.unit.no (Robert Schmidt)
  4. Subject: Re: 486 programming
  5. Message-ID: <1993Jan25.123508.28661@ugle.unit.no>
  6. Sender: news@ugle.unit.no (NetNews Administrator)
  7. Organization: Norwegian Institute of Technology
  8. References: <ssuchalr.727702732@reading> <1993Jan22.223208.26443@crd.ge.com>
  9. Date: Mon, 25 Jan 93 12:35:08 GMT
  10. Lines: 27
  11.  
  12. In article <1993Jan22.223208.26443@crd.ge.com>, davidsen@ariel.crd.GE.COM (william E Davidsen) writes:
  13. > In article <ssuchalr.727702732@reading>, ssuchalr@csug3.cs.reading.ac.uk (S. J. Chalker) writes:
  14. > | I am an assembly language programmer used to programming an 8086. I recently
  15. > | purchased a 486 computer and now wish to take full advantage of its powers.
  16. > | I am looking for a book on the subject of programming the 486. Or will a book
  17. > | on the 386 do, and if not, what is the difference from the assembly language
  18. > | programers view?
  19. >   The instructions are the same in user mode, although there are a few
  20. > status flags which are different, I believe. There are a few additional
  21. > quirks in the 486, but the big difference is timing, which makes one
  22. > instriction sequence faster on the 386, and another on the 486.
  23. >   I would look for a 486 manual to be sure.
  24. > -- 
  25. > bill davidsen, GE Corp. R&D Center; Box 8; Schenectady NY 12345
  26. >     Keyboard controller has been disabled, press F1 to continue.
  27.  
  28. There are a couple of new 486 specific instructions, but nothing that 
  29. can't be implemented with 2 or more 386 instructions.  The intent is to 
  30. make it possible to update semaphores in multi-programming systems on the 486
  31. in one uninterruptable instruction.
  32.  
  33.  
  34. robert
  35.