💾 Archived View for spam.works › mirrors › textfiles › programming › dr6502rm.txt captured on 2023-07-22 at 20:43:38.

View Raw

More Information

⬅️ Previous capture (2023-06-16)

-=-=-=-=-=-=-

      ====================================================================
	DR  6502    AER 201S Engineering Design 6502 Execution Simulator
      ====================================================================
      
      Supplementary Notes                                   By: M.J.Malone
      
	   Several  files  summarizing information about the 6502 software
      simulator the 6502 project board are presented.   These  files  were
      created  to  give  the  student FREE information to supplement other
      available sources of information.

	   If read in  the  order  presented  below  in  conjunction  with
      actually  trying  the  examples  or  processes  described, a student
      should gain a working knowledge of the 6502, the simulator  and  the
      software  development process.  Such a knowledge is essential before
      a student can efficiently manipulate code and produce  the  required
      software component of the design.

      1) START65.DOC    ;  An introduction to the 6502
      
      2) EXAM1_65.DOC   ;  Some Simple Examples of Assembly Code
      
      3) MORE65.DOC     ;  Explanation of More 6502 Instructions
 
      4) ADDRESS.DOC    ;  Complete Explanation of all Addressing Modes
 
      5) EXAM2_65.DOC   ;  More Examples of Assembly Code
 
      6) QIKSTART.DOC   ;  How to get a code from .ASM to EPROM or into
			;  DR 6502
 
      7) TRICKS65.DOC   ;  Some useful tricks with the 6502
 
      8) ADV_EX65.DOC   ;  Some advanced 6502 Examples
 
      And for reference:
      DR6502.DOC        ;  A complete description of all DR 6502 functions
 
      DESDEBUG.DOC      ;  Suggested  Software  Design  and  Debugging
			;  methods using DR6502
 
      TR_SHOOT.DOC      ;  A trouble shooting guide for the 6502 project
			;  board
 
      BOARDTST.ASM      ;  6502 project board source code for testing