Search found 2 matches

by gafsi
25 Apr 2011 03:21
Forum: mikroPascal Beta Testing
Topic: 0:0 E-0 Linker error: Routine too large
Replies: 1
Views: 4168

0:0 E-0 Linker error: Routine too large

Why while compiling i get this error: (0:0 E-0 Linker error: Routine too large )???? please somone help me the sooner possible,because it's in my graduate project...thankx.. This is my program code: program montage2; VAR i,j,k,n : integer; LABEL boucle1,boucle2,boucle3,repos,mode_cylindrique,bobine_...
by gafsi
21 Apr 2011 02:59
Forum: mikroPascal Beta Testing
Topic: Can any one help me to reduce this program's size ??
Replies: 1
Views: 2448

Can any one help me to reduce this program's size ??

I've done this program for a 16F876 and it's size is 9ko,so i need to reduce it,any help please ?? program chariot; var i,j,k,n : integer; label boucle1,boucle2,boucle3; BEGIN ADCON1:=$06; TRISA:=$07; TRISB:=$00; TRISC:=$0F; PORTB.0:=0; Lcd_Init(PORTB); Lcd_Cmd(Lcd_Clear); Lcd_Cmd(LCD_CURSOR_OFF); /...

Go to advanced search