Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/20/02 12:59
Read: times


 
#29436 - problem if i use without a monitor
i had a problem with my test.c
#include "8051.h"
main()
(P1=0;
P2=0;
}
if i complie test.c with command line
below
sdcc --model-small --code-loc 0x8000
and i also recived no errors
and load file test.hex to another board(use
monitor program,my external ram begin at 8000h)
it run properly.
However
i complied this test.c by command line:
sdcc --model-small --code-loc 0x0000
and received no errors
but when i load test.hex to my 8951 board (not use
monitor program)
It didn't run properly(P1 and p2 always are
high)

I dont know why
I want to fix this problem
can you help me?
Thanks a lot


List of 17 messages in thread
TopicAuthorDate
which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
RE: which 8051 C compiler again again            01/01/70 00:00      
which 8051 C compiler is best..            01/01/70 00:00      
problem if i use without a monitor            01/01/70 00:00      
KEIL V4.01 or SDCC?            01/01/70 00:00      

Back to Subject List