TITLE "mp1data.a translated from C by Douglas Jones" ; Note: this is a literal and exact translation of the original ; mp1data.h file used with the C version of MP1 with one exception ; that is, this is a separately assembled source file, not a header file. USE "ascii.h" INT MP1DATA RAWDATA: ASCII " ",0 ASCII "ot",0 ASCII "le",0 ASCII "A lady from Tiffin's young t" ASCII "",#A2,LF,0 ASCII "Said this limerick's litt" ASCII "",#BB," but r" ASCII "",#C5,",",0 ASCII "",#CC ASCII "And that's just fine," ASCII "",0 ASCII "",#E3,0 ASCII "",#E1,0 ASCII "",#E0,0 ASCII "",#DF,0 ASCII "But they've nothing to do with the pl" ASCII "",#AB,".",LF,0 ASCII "",#AB ASCII "",#EC,LF ASCII "",#B4 ASCII "The midd" ASCII "",#B9 ASCII " lines rhyme" ASCII "",LF ASCII "",#E2,LF ASCII "",#C5,0 MP1DATA = RAWDATA + 148 END