Project

General

Profile

Bug #1060

Every interrupt procedure causes syntax error (Amiga mode).

Added by malcolm harvey over 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Target version:
Start date:
01/11/2023
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

I have found in RelV1.0 U38 (looking at amiga stuff now) is that there is an issue with initiating every interrupt now.
.
It seams from what I can see, every off or every on is working, but the main part to start and every int procedure eg:
every proc comes up saying, syntax error now (Amiga mode), and again, oddly does not effect every off or every on so its partly working. Something broken here.
..
Apart from this, Set Interval was not effected, only the every inst if u like.

#1

Updated by malcolm harvey over 1 year ago

Hmm a little update on that it is missing some text here...the issue is with setting the initial every pro...
eg: inst/func-> Every delay proc procname comes up syntax error now.

#2

Updated by malcolm harvey about 1 year ago

  • Affected version changed from 1.0.0 (B17) to 1.0 (u38)
#3

Updated by Francois Lionet about 1 year ago

  • Status changed from New to In Progress

Just tried, this worked in Amiga mode...

COUNT = 0 : Global COUNT
Every 50 Proc Interrupt
Wait Key

Procedure Interrupt
Print COUNT : Inc COUNT
Every On
End Proc

Can you give me example code?

#4

Updated by malcolm harvey about 1 year ago

ok, ill txt again with my examine today and get back on this..

#5

Updated by malcolm harvey about 1 year ago

I have tested this again now on my code, and for whatever reason no syntax error now.
Odd, nothing has changed in the code.
Yes, working the same as francois example above all ok now for me here as well.
Note: There has been some instructions that have come up syntax errors as brian found in the U38 as well, but im not sure how they have come about either as no real syntax error. Seemed to happen when the first rel 1.x went live.

#6

Updated by malcolm harvey about 1 year ago

  • Assignee changed from Francois Lionet to malcolm harvey
#7

Updated by malcolm harvey about 1 year ago

  • Assignee changed from malcolm harvey to Francois Lionet
#8

Updated by Francois Lionet about 1 year ago

  • Status changed from In Progress to Resolved

Also available in: Atom PDF