//************************************************************************************** //MISC.D //Definitions for MISC.TST October 26, 1978 //************************************************************************************** external [ Test1 Test2 Test3 Test4 Test5 Test6 Test7 Test8 Test9 Test10 Test11 Test12 Test13 Test14 Test15 Test16 Test17 //main program functions used by all tests LCyc WCompare RUN101 ClockAd ClockCycle0 ClockCycle1 ClockMC2 EClock RClock SpeakTest Ws //OS functions Endofs Gets keys FORMATN //tester.d - external symbols for tester, defined in testfns.asm Random Timer GetPinValue SetPinValue GetBusValue SetBusValue SetBusOpen SetPinOpen ] structure w: [ b0: bit b1: bit b2: bit b3: bit b4: bit b5: bit b6: bit b7: bit b8: bit b9: bit b10: bit b11: bit b12: bit b13: bit b14: bit b15: bit ] structure nibs: [ nib0: bit 4 nib1: bit 4 nib2: bit 4 nib3: bit 4 ]