LukeeeeBennett
Member
This could sound really funny to others because it's so newbie.
But, is there any problems I could run into with looping an area of code that doesn't change?
I coded this simple LED emission .ASM: **broken link removed**
This is my first code from the top of my head and I've only been learning 2 days, so there could be some grave errors in there.
But, the only error MPLAB picked up was "CORE-E0002" which apparently means I haven't put in a goto (Didn't realise it was compulsory), so I just put a "START" and "goto START" around the code that turns all the LEDs on.
MPLAB hasn't disagreed, but is this correct application?
But, is there any problems I could run into with looping an area of code that doesn't change?
I coded this simple LED emission .ASM: **broken link removed**
This is my first code from the top of my head and I've only been learning 2 days, so there could be some grave errors in there.
But, the only error MPLAB picked up was "CORE-E0002" which apparently means I haven't put in a goto (Didn't realise it was compulsory), so I just put a "START" and "goto START" around the code that turns all the LEDs on.
MPLAB hasn't disagreed, but is this correct application?