*----------------------------------------------------------- * Program : Prog1 * Written by : Frank Nothaft * Date : 1/30/07 * Description: *----------------------------------------------------------- START ORG $1000 ;in the future, I will use assembler instructions to write out my ;vector table here, because that makes my life about 50 times easier. MOVEA.L $600000,A0 ;move ADC address to processor from memory MOVEA.L $800000,A1 ;move DAC address to processor from memory LOOP: MOVE.L (A0),D0 ;move data from ADC to processor MOVE.L D0,(A1) ;move data from processor to DAC BRA LOOP ;branch back to start of loop END START *~Font name~Courier New~ *~Font size~10~ *~Tab type~0~ *~Tab size~8~