#include "cmm450.csci"
F0001:

	push(0)
	push(0)
	end
	end
F0002:

	push(0)
	push(0)
	ret
	ret
CALLSWITCH:
	jumptable
	entry( -2 , INPUT )
	entry ( -1 , OUTPUT )
	entry ( 0 , INIT )
	entry ( 1 , F0001 )
MAIN:
	entry ( 2 , F0002 )
	endtable
INIT:
	push(0)
	push(0)
	start
