Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

---------------------------------------------------------------------arno said:Hi Filippo,
In general this means that the API macro you are using has a jump that is bigger than the size that Jump command can bridge. So the best thing you can do is open the API macro and look for line 33 in the file.
If there is a Jump command on that line, you could try to replace it with a Jump32 command (that command can bridge a greater distance). If that is not the case you might have to do some more tweaking, but that is hard for me to tell without seeing the total source.
------------------------------------------------------------------------mcq said:I think, that's not the problem, but:
Every file which will compiled by SCASM has a buffer size; try to change it to a greater value, like 32000 instead of 16000 and so on...

moducity said:------------------------------------------------------------------------
Hi, and wellcome to my "Via crucis" with FSSC.
Pls explain step by step in wich way I have to change the parameter, in wich file and by what program.
Tks & rgds
Filippo (LIBD)
------------------------------------------------------------------------mcq said:Is FSSC = Schiratti Control Center ?![]()
![]()
![]()
(If NOT, I don't know the program.)


arno said:I think it is not a setting in FSSC that causes this problem. It is something in your API, so you do not have to change anything in FSSC.
