//**************************************************************************************
//MEMC.D
//Definitions for MEMC.TST      						November 7, 1978
//**************************************************************************************

external
[

Test1
Test2
Test3
Test4

//main program functions used by all tests

WCompare

EClock
RClock

SpeakTest

Ws //OS functions
Endofs
Gets
keys
FORMAT
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
]