Author |
Message |
Topic: int32 |
mattmab
Replies: 3
Views: 11052
|
Forum: General CCS C Discussion Posted: Sun Mar 14, 2004 9:59 pm Subject: int32a |
nope,4000L dont work either, it takes it as a 16 bit. it works if i use make32(), but that seems like a poor way. does 32 bit math work? i never checked...
thankws - matt |
Topic: int32 |
mattmab
Replies: 3
Views: 11052
|
Forum: General CCS C Discussion Posted: Sat Mar 13, 2004 11:55 pm Subject: int32 |
does anyone understand why this wont work? it seems i cant initialze leds to hex 4000.
thanks ahead - matt
#case
#include <16f876.h>
#device *=16 ICD=TRUE
#use delay( clock=11059000 )
in ... |
|