I tried to simulate (PICSim IDE, Oshonsoft) the hex file, but I got
"Hardware stack overflow"

#include "pic16f84.h"

void main()
{

    TRISB = 0;

    for (;;)
    {
        PORTB = 0;
        PORTB = 1;
    }
}


".... \sdcc\bin\sdcc.exe" --vc -mpic14 -p16f84 blinkled.c


Thanks
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to