1186
Axe / interrupt help
« on: September 27, 2010, 06:33:34 pm »
ok so i finally started trying to learn axe and well i figured im going to need interupts for a program i want to make and thus went gung ho trying to make a counter that work with interrupts
a couple dozen or so ram clears later im still confused and still dont have a working program
any help please ^_^
a couple dozen or so ram clears later im still confused and still dont have a working program
any help please ^_^
Code: [Select]
.aaint
1->A
fNint(go,6)
while 1
if getkey(9)=1
goto end
end
end
lbl go
Disp a>dec,[i]
fnon
A+1->A
return
lbl end
fnoff
lnreg