mikroBasic 5.03 beta

Discuss about beta versions of mikroBasic
compiler.
Post Reply
Author
Message
User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

mikroBasic 5.03 beta

#1 Post by zristic » 19 Jun 2007 15:32

v.5.0.0.3 beta (2007-06-19)
----------------------
- Option to control interrupt context saving
Just call DisableContextSaving from the main program

- Added interrupt priority control (p18 only)
sub procedure Interrupt <- this is high priority interrupt
sub procedure Interrupt_low <- this is low priority interrupt

- Added org directive for constant arrays
For example:

Code: Select all

const MyConst as byte[3] = (1,2,3)  org 0x200
- Added time stamp information in messages window
After you build a project you will know the time.

- Added option to set address of library routines
For example:

Code: Select all

 main:
      ... 
      SetOrg(Usart_Write, 0x123) ' this will make Usart_Write be at the address 0x123
      .. 
 end. 
- Fixed initialization for multidimensional array of float for P16

- Introduced Disassembly debugger
Our favorite.
Start simulator or mikroICD, then switch to "Disassembly view (ALT+D)" and you can go through assembly while debugging.

You can get the version here mikroBasic 5.03 beta (8.4MB)

We expect suggestions and bug reports.

Thanks.
mE Team.

bruno
Posts: 767
Joined: 10 Sep 2005 02:10
Location: Lyon, France
Contact:

#2 Post by bruno » 21 Jun 2007 10:26

Hello,

this one is not fixed :cry: :
http://www.mikroe.com/forum/viewtopic.php?t=10190

Bruno

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

#3 Post by zristic » 21 Jun 2007 11:02

It will be

xor
Posts: 5465
Joined: 18 May 2005 00:59
Location: NYC
Contact:

#4 Post by xor » 21 Jun 2007 11:58

You slipped one in here. This group has been so slow and I forget to read the posts here. I'll give the beta a good run and let you know.
[color=darkred][b]xor[/b][/color]
[url=http://circuit-ed.com]CircuitED -[/url]

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: mikroBasic 5.03 beta

#5 Post by zristic » 22 Jun 2007 14:51

Updated version of the executive is here: mikroBasic 5.03 beta 2 (2 MB)

Post Reply

Return to “mikroBasic Beta testing”