// STATE.D		Declarations for STATE.BCPL and STATEINIT.BCPL

structure State:
[	Ptr		word	//Ptr to last static in table+2
	End		word	//Last loc saved+1
	Storage		word	//Saved value of "Storage"
	First		word	//Ptr to first word of storage saved
				//= value of "EndStorage"
	CF		word	//Caller's frame
	CL		word	//Caller's label
	FirstS		word	//Address of first program static saved
	NStats		word	//Number of statics saved
]