nanocycle
Newbie
Offline
Posts: 20
Thank You
-Given: 3
-Receive: 5
|
 |
« on: April 19, 2009, 07:31:57 19:31 » |
|
Hi guys
Which basic compiler is better with considering the specification below:
1-Shall be have Minimum Bug 2-Optimized code size and run faster than other 3-Better commands and more library
regards
|
|
|
Logged
|
|
|
|
PaulC
Active Member
 
Offline
Posts: 170
Thank You
-Given: 3935
-Receive: 133
information is free and should be shared for free
|
 |
« Reply #1 on: April 19, 2009, 10:22:46 22:22 » |
|
tried quite a few. The best for me is Bascom AVR been going for a while ,great forum. Excellent program to use.
|
|
|
Logged
|
find it , read it , share it .
|
|
|
nanocycle
Newbie
Offline
Posts: 20
Thank You
-Given: 3
-Receive: 5
|
 |
« Reply #2 on: April 20, 2009, 09:21:52 09:21 » |
|
I have used bascom avr many years but i saw some specification of mikrobasic avr which was really wonderful such as HID usb and MMC and SD card reader , ..... What do you think about these specification?
regrads
|
|
|
Logged
|
|
|
|
Biggles
Junior Member

Offline
Posts: 47
Thank You
-Given: 15
-Receive: 24
|
 |
« Reply #3 on: April 20, 2009, 11:59:02 11:59 » |
|
Proton PDS Excellent program, and good support forum with lots of useful tips and almost instant advice.
|
|
|
Logged
|
Man who act in haste, repent at leisure.
|
|
|
PaulC
Active Member
 
Offline
Posts: 170
Thank You
-Given: 3935
-Receive: 133
information is free and should be shared for free
|
 |
« Reply #4 on: April 20, 2009, 10:22:55 22:22 » |
|
have tried mikrobasic avr ,great & easy to use. the forum users are excellent crowd. the problem i had as a newbie was getting any info from mikroelektronika itself. they just want u 2 buy it & good look 2 u.
|
|
|
Logged
|
find it , read it , share it .
|
|
|
nanocycle
Newbie
Offline
Posts: 20
Thank You
-Given: 3
-Receive: 5
|
 |
« Reply #5 on: April 22, 2009, 11:01:23 11:01 » |
|
Thanks so much. Finally would you please tell me which one is more powerful and codes more optimized.
regards
|
|
|
Logged
|
|
|
|
PaulC
Active Member
 
Offline
Posts: 170
Thank You
-Given: 3935
-Receive: 133
information is free and should be shared for free
|
 |
« Reply #6 on: April 22, 2009, 01:07:05 13:07 » |
|
bascom avr is by far the better compiler - optimizer. mikrobasic is easier language to use if you can get the help optimizing is worse.. remember this is only my opinion not everyone..
|
|
|
Logged
|
find it , read it , share it .
|
|
|
LabBoy
Guest
|
 |
« Reply #7 on: May 08, 2009, 02:34:45 02:34 » |
|
Hello, In my opinion, the optimization both speed and code size can be managed by optimizer of compilers. However, the best optimizers are the programmers, because they can directly control anything in them code. I used to read a book about optimization coding. I remember a few techniques such as: a = b*8; we can replace another command like this: a = b<<3; I think, if you use both compiler optimizations with programmer optimization techniques together in your code, you do get a hi-speed processing time under a little code size.
|
|
|
Logged
|
|
|
|
fikus
Newbie
Offline
Posts: 16
Thank You
-Given: 57
-Receive: 15
|
 |
« Reply #8 on: May 26, 2009, 09:21:25 09:21 » |
|
FastAVR is good, create small code and support lot of device.
|
|
|
Logged
|
|
|
|
|