home *** CD-ROM | disk | FTP | other *** search
/ SDN¹ Plus / SDN1_.cdr / sdn / lang / asmtutor.sda < prev    next >
Text File  |  1992-04-09  |  2KB  |  59 lines

  1. ASMTUTOR                                Registration $ (DOCS)
  2. LANG ASSEMBLY LANGUAGE TUTOR
  3. FILE asmtutor.sdn
  4.  
  5.  
  6. The name of this program is MACHO*. This stands for MACH(ine)
  7. O(rganization) MAN(agement). It was our original intention to
  8. call the program  MACHO MAN but there is  a popular song with
  9. that name and we might have had copyright trouble.
  10.  
  11. MACHO is a beginner's course  in Assembly Language. It starts
  12. with a discussion of HEX  arithmetic. It then touches on such
  13. basic tasks as multiplication and division and ends with some
  14. advanced ideas as BIN addition.
  15.  
  16. This 14-Lesson course covers  ground slowly and throughly and
  17. there are  many tests to make  sure you understand everything
  18. as you  go along. Its only  requirement is DOS 2.0  or higher
  19. (preferably DOS 3.3). We use the DEBUG program from DOS so if
  20. you have  DOS 4.0 you  might have problems.  Version 4.0 does
  21. not include DEBUG.
  22.  
  23. We wanted to  show you the advantage of  Assembly Language so
  24. we wrote four short  programs: ATEST.COM (written in Assembly
  25. Language), BTEST.COM (compiled Basic), CTEST.COM (C Language)
  26. and  PTEST.COM  (Pascal).  Run  these  programs  and you will
  27. notice  how  quicker  the  ATEST.COM  file  performs over the
  28. others.  (Please use  CLS before  running ATEST.COM.  We left
  29. that out to demonstrate another program.)
  30.  
  31. Besides  speed, the  Assembly  program  has the  advantage of
  32. using  far  less  disk  space  than  the  other programs. The
  33. program FILELIST shows the bytes used:
  34.  
  35. ATEST.COM 55 PTEST.COM 3392 CTEST.COM 10610 BTEST.COM 24938
  36.  
  37. A third advantage  of Assembly is  the ease in  which you can
  38. amend  programs  without  having  the  source  codes  at your
  39. disposal.  You will  learn more  about that  as you take this
  40. course.
  41.  
  42. _____________________________________________________________
  43.  
  44. (SDA Format (c)Copyright 1992 The SDN Project - SDNet/Works!)
  45. _____________________________________________________________
  46. _____________________________________________________________
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.