View previous topic :: View next topic |
Author |
Message |
hawkfire
Joined: 15 Oct 2006 Posts: 16 Location: N.Wales U.K.

|
Posted: Mon Oct 28, 2024 4:04 pm Post subject: Any chance of a 64bit integer data type in the future? |
|
|
Would make Bascom 8051 very powerful indeed. C compilers supporting these data types are over £1500. |
|
Back to top |
|
 |
albertsm
Joined: 09 Apr 2004 Posts: 6187 Location: Holland

|
Posted: Thu Nov 07, 2024 8:45 pm Post subject: |
|
|
the 8051 does not have much space for such a data type. it would only make sense when xram is used.
or how do you see this?
we will do some work on the 8051 soon to integrate new processors. and probably to face lift the IDE but that is a point of discussion.
while support for new processors is confirmed, the other work is not, we will evaluate the customer bare that still uses/upgrades the software before we do so.
of course users with deep pockets can always sponsor a feature  _________________ Mark |
|
Back to top |
|
 |
hawkfire
Joined: 15 Oct 2006 Posts: 16 Location: N.Wales U.K.

|
Posted: Sun Nov 10, 2024 2:18 pm Post subject: |
|
|
albertsm wrote: | the 8051 does not have much space for such a data type. it would only make sense when xram is used.
or how do you see this? |
Thats true, but there is enough space in IRAM for 64 bit data types, if the programmer uses just a few of them, alternatively, I currently use Microchip AT89LP51RD2 which has 2kbyte of XRAM, it runs at 20mips and its available low cost and in 40pdil.
Also, I would also take this opportunity in saying, Bascom 8051 is the worlds best and leading basic compiler for the 8051. Why not make it even better?
Also, if you are going to do future updates for Bascom 8051, then please fix the exchange digit(xchd) and the (movx @R0,a movx a,@R0) instructions so that they are correctly interpreted by the compiler in asm end asm statements.
Cheers
Darren |
|
Back to top |
|
 |
albertsm
Joined: 09 Apr 2004 Posts: 6187 Location: Holland

|
Posted: Mon Nov 11, 2024 9:28 pm Post subject: |
|
|
if you think there is a problem or bug please send an email to support. and provide a clear description. _________________ Mark |
|
Back to top |
|
 |
Alex-Dan
Joined: 25 Jan 2025 Posts: 16 Location: S.Posad

|
Posted: Sun Mar 02, 2025 10:37 am Post subject: |
|
|
Basсom-AVR has a rich selection of variable types.
Unfortunately, Basсom-8051 lacks the most needed variable types - Dword, and the ability to overlay variables |
|
Back to top |
|
 |
albertsm
Joined: 09 Apr 2004 Posts: 6187 Location: Holland

|
Posted: Mon Mar 03, 2025 9:27 pm Post subject: |
|
|
i will see what i can do. the simplest wishes (short develop time and documentation) will be implemented first. it also depends on the number of users that need it.
note that wishes are best sent to support. while you might not get a direct answer it is the only place where it is monitored. i will check the forum too but i might overlook it. _________________ Mark |
|
Back to top |
|
 |
Alex-Dan
Joined: 25 Jan 2025 Posts: 16 Location: S.Posad

|
Posted: Fri Mar 14, 2025 12:26 pm Post subject: |
|
|
Mark, we'll be looking forward to this addition to the compiler's capabilities!  |
|
Back to top |
|
 |
|