Altera_Forum
Honored Contributor
9 years agoa calculator using altera monitor program
I am working on altera De2-70 board, using altera monitor program. i am continuously getting errors for syntax in c on altera monitor program. does it use different syntax or just same as c programming?
/* //the worked simple blink code # define switches (volatile char *) 0x0002000 # define leds (char *) 0x0002010 void main(){ while (1) *leds = *switches; }*/