1CRLF input.s /^CRLF dc.b 13,10,0 <cr>, <lf>, null$/;" d 2TEST input.s /^TEST move.l a0,a1 get argv in a1$/;" l 3signon input.s /^signon dc.b 'TEST PROGRAM for BD32 programming drivers'$/;" d 4test_1 input.s /^test_1 moveq.l #BD_PUTS,d0 puts () system call$/;" l 5test_error input.s /^test_error moveq.l #BD_QUIT,d0 all done - quit$/;" l 6