SETINT on 08M

toddmo

New Member
The SetInt command works on an 08M?
How can I make SetInt work on my 08M?
That would be neat-o.
The programming Editor won't let me compile that command when I'm in 08M mode.
 

BeanieBots

Moderator
You can't just have a "setint" command line.
You must also have the matching interrupt subroutine or you will get an "undefined label" error.

If it's not that, then please post your code and the EXACT error message.
 

hippy

Ex-Staff (retired)
[ Moved posts from unrelated thread ]

Make sure you are set in 08M mode ( adding #Picaxe 08M ) at the top of the program is always a good idea, and check PICAXE Manual 2 - Basic Commands for details of syntax. It's probably a syntax or typing error so a good idea is to post your code here or at least the line which fails to compile.
 

toddmo

New Member
SetInt on 08M

I was missing my interrupt: label.
Sorry I'll try to read instructions better next time.

I'm trying to max out what an 08M can handle
just for the challenge of it. hehe.
So far I'm very impressed by this little $3 thing.
 
Top