RETFIE for P18

List of known bugs
Locked
Author
Message
User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

RETFIE for P18

#1 Post by zristic » 30 Oct 2007 10:42

Bug ID: #20071030001
Submitted by: janni

Severity: Minor
Status: resolved, waiting for the release 7.01

Description:
In ASM block RETFIE instruction is ignoring argument, i.e.

Code: Select all

  
  RETFIE 0
  RETFIE 1
are recognized as the same instruction with the default argument 0.

Workaround:

Add additional argument to the instruction, for example

Code: Select all

  
  RETFIE 0,0
  RETFIE 1,1

Locked

Return to “mikroPascal Bug List”