//**************************************************************************************
//ALU.D
//Definitions for ALU.TST      							October 26, 1978
//**************************************************************************************

external
[
Test1
Test2
Test3
Test4
Test5
Test6
Test7
Test8
Test9
Test10
Test11
Test12
Test13
Test14
Test15
Test16
Test17
Test18
Test19
Test20
Test21
Test22
Test23
Test24

//main program functions used by all tests

LCyc
WCompare

ClockAd
ClockCycle0
ClockCycle1
ClockMC2
ClockMIR

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
]