home *** CD-ROM | disk | FTP | other *** search
/ Mega Magazine 5 / Mega_Magazine_05_19xx___nl_Side_B.atr / bigscrol.lzh / BIGDL.ASM < prev    next >
Assembly Source File  |  1988-09-01  |  669b  |  1 lines

  1. ; POINT EMPTY STRING TO TOP SCROLL¢     LDA #SCREMP&255¢     STA TOP+1¢     LDA #SCREMP/256¢     STA TOP+2¢¢; DITTO FOR SCROLL 2¢     LDA #SE1&255¢     STA BOT+1¢     LDA #SE1/256¢     STA BOT+2¢¢; POINT TO CREDITS¢     LDA #CREDIT&255¢     STA CRED+1¢     LDA #CREDIT/256¢     STA CRED+2¢¢; POINT TO NEWDLDATA¢     LDA #DLDATA&255¢     STA $230¢     STA JDL+1¢     LDA #DLDATA/256¢     STA $231¢     STA JDL+2¢     RTS¢DLDATA¢     DB 128,0,0,0,0,0,0¢TOP  DB 64+7+16,0,0¢     DB 112,112,112,112,112,112¢     DB 112,112,112,112,112,112¢     DB 112,112,112,112,112,112¢     DB 112,112,0,0,0,0,0,0¢BOT  DB 64+7+16,0,0¢     DB 112¢CRED DB 64+7,0,0¢     DB 6¢JDL  DB 65,0,0¢