signon: .dc.b 'Morrow 68k system memory test Version 0 $' * PRINT A SPACE through CP/M aspace: move.w #$02,d0 move.w #asp,d1 trap #$2 * call bdos rts * PRINT A CARRIAGE RETURN / LINE FEED through CP/M acrlf: move.w #$02,d0 move.w #acr,d1 trap #$2 * call bdos move.w #$02,d0 move.w #alf,d1 trap #$2 * call bdos rts