Home
JAQForum Ver 20.06
Log In or Join  
Active Topics
Local Time 16:16 29 Apr 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

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 Zealand
Posts: 2289
Posted: 02:19am 17 Jul 2015
Copy link to clipboard 
Print this post

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: Australia
Posts: 3165
Posted: 02:51am 17 Jul 2015
Copy link to clipboard 
Print this post

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 Zealand
Posts: 2289
Posted: 05:38am 17 Jul 2015
Copy link to clipboard 
Print this post

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: Germany
Posts: 712
Posted: 05:44am 17 Jul 2015
Copy link to clipboard 
Print this post

  robert.rozee said   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 :-)


IS The line Buffer of your Terminal Programm big enough?Edited by atmega8 2015-07-18
 
Geoffg

Guru

Joined: 06/06/2011
Location: Australia
Posts: 3165
Posted: 01:14pm 17 Jul 2015
Copy link to clipboard 
Print this post

  robert.rozee said   another small bug i am afraid!

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
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024