Please post your code. Ensure you do the following. Edit your file to ensure a single space starts every line. And, when you post your code in the forum use ~~~~~ prior and post your code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes you are correct my version was from April this year.
I am amazed how differently the ASM comes out with the new version (and much shorter)- somebody has been very busy.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get the following error when my program is compiled
compiled.asm:427:Error[126] Argument out of range
The line(427) is in the SYSSTRINGREAD subroutine it is
ADDFSR 1,1
Welcome to the forum.
Please post your code. Ensure you do the following. Edit your file to ensure a single space starts every line. And, when you post your code in the forum use ~~~~~ prior and post your code.
The code is just a test of the LCD routines
~~~~~~~~~~~~~~~
chip 16F1509,4
config OSC=INTOSC, MCLRE=OFF, WDT=OFF
define lcd_io 4
define lcd_no_rw
define lcd_enable porta.5 'define lcd pins
define lcd_rs porta.4
define lcd_db4 portc.4
define lcd_db5 portc.5
define lcd_db6 portc.6
define lcd_db7 portc.7
start:
for i=0 to 8
locate 0,i
wait 1 sec
print "hello world"
wait 1 sec
cls
next i
goto start
~~~~~~~~~~~~~~~~
Last edit: David Stephenson 2013-10-18
Compiles without issue.
Recommend you re-install GCB using the link in this posting https://sourceforge.net/p/gcbasic/discussion/629990/thread/02712ddc/?limit=25&page=3#c9f4
Please ensure you backup your work prior to updating.
Yes you are correct my version was from April this year.
I am amazed how differently the ASM comes out with the new version (and much shorter)- somebody has been very busy.
Not me,
Not you,
Must have been Hugh.
:-)