'CODE1.BAS 10/4/2004 'NOTE higher value is darker location tempax0 var word tempax1 var word tempax3 var word clk con 2 main adin ax0,clk,ad_ron,tempax0 'a/d port 1 adin ax1,clk,ad_ron,tempax1 'a/d port 2 adin ax3,clk,ad_ron,tempax3 'a/d port 3 debug ["one ", dec tempax0, " two ", dec tempax1, " three ", dec tempax3,13] goto main