acr equ 0dh alf equ 0ah printf equ 09h chout equ 02h bdos equ 05h boot equ 0h org 100h lxi d,msg mvi c,printf call bdos mvi e,'$' mvi c,chout call bdos lxi d,cntnu mvi c,printf call bdos jmp boot msg db ' you' db acr,alf,alf db ' CAN' db acr,alf,alf db ' DO IT YOURSELF!!!' db acr,alf,alf db ' COMPUTER CLINIC' db acr,alf,alf db 'All day session - $' cntnu db '50. Trouble-shoot and repair your' db acr,alf db 'own computer.' db acr,alf,alf db 'NORTHSTAR, ALTAIR, TRS80 and other 8080 or Z80 based' db acr,alf db 'microcomputers and peripherals.' db acr,alf,alf db 'Sessions for beginners and advanced. Beginners sessions' db acr,alf db 'cover theory and board-level trouble-shooting. Advanced' db acr,alf db 'sessions to chip level. Conducted by lead technician from' db acr,alf db 'well-known bay area microcomputer manufacturer.' db acr,alf,alf db 'SATURDAYS 10-7 Maximum 8 participants. Call now for' db acr,alf db 'reservations. 233-5817.$'