![]() |
Forum Index : Microcontroller and PC projects : a small bug in 4.7 beta 8
Author | Message | ||||
robert.rozee Guru ![]() Joined: 31/12/2012 Location: New ZealandPosts: 2440 |
i'm not sure if this bug has been raised before: Do
i = Val("+3") Print i, "val() is ok" Pause 1000 i = +3 Print i, "direct is ok" Pause 1000 Loop ----------------------- 3 val() is ok CPU exception #7 (bus error on load or store) at address 0x9D010D68 Processor restarted cheers, rob :-) |
||||
Geoffg![]() Guru ![]() Joined: 06/06/2011 Location: AustraliaPosts: 3287 |
Thanks Rob, I will have a new beta for the Mx170 in a couple of days and the fix will be in that. Geoff Geoff Graham - http://geoffg.net |
||||
robert.rozee Guru ![]() Joined: 31/12/2012 Location: New ZealandPosts: 2440 |
another small bug i am afraid! while editing a program that is well over a page long, use f4 to mark and cut out a few lines near the top of the code. now press down-arrow to move the cursor to the bottom of the remaining code. when it gets to the end of the code, the last line will not be displayed, and the cursor will move to the bottom right of the terminal screen (the end of the status line). cheers, rob :-) |
||||
atmega8![]() Guru ![]() Joined: 19/11/2013 Location: GermanyPosts: 724 |
IS The line Buffer of your Terminal Programm big enough? |
||||
Geoffg![]() Guru ![]() Joined: 06/06/2011 Location: AustraliaPosts: 3287 |
Thanks Rob, that one is more difficult so I will have to add it to the list for later. Geoff Geoff Graham - http://geoffg.net |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |