Post Reply 
[71B] How to make a lex file
05-11-2014, 06:15 PM
Post: #5
RE: [71B] How to make a lex file
(05-11-2014 05:13 PM)caloubugs Wrote:  
LEX 'KEYWORD'
ID #5D
MSG 0
POLL 0
FNRTN1 EQU #0F216
...
END

Seems to me that the assembler line format is wrong.
It should be:
Code:

  LEX 'KEYWORD'
  ID #5D
  MSG 0
  POLL 0
FNRTN1 EQU #0F216
...
  END
with at least 2 spaces before the assembler opcode to differenciate it from a label.

Quote:(are you french ??) au cas où :-)
Yes :-)
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[71B] How to make a lex file - caloubugs - 05-11-2014, 02:53 PM
RE: [71B] How to make a lex file - J-F Garnier - 05-11-2014 06:15 PM



User(s) browsing this thread: 1 Guest(s)