Menu

MPASMWIN do not accept GCB asm file

Capaction
2009-08-13
2013-05-30
  • Capaction

    Capaction - 2009-08-13

    GCBasic compile with no error message a JVC812.asm  and  a JVC812.hex files from 
    http://capaction.free.fr/JVC812.txt  ( rename TXT =>  GCB).
    MPASMWIN refuse to produce the JVC812.hex file and produce an  error file with variables added by GCBasic and lot of messages I cannot handle.
    I have this problem since I put the code for RPM measurement. with Timer1 and CCP1.

     
    • kent_twt4

      kent_twt4 - 2009-08-14

      Most of the errors have to do with the statements relating to the usage of:
          TimeOffset = 220 10us;
      It should be just
           TimeOffset = 220

      Using a define works good for constant wait cycles, for instance:
           #define TimeOffset1 wait 220 10us

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.