Is this possible?


Results 1 to 21 of 21

Threaded View

  1. #19
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Contrary to popular belief, the word "define" does not have to be all caps.
    DEFINE is a PBP statement, and PBP is NOT case sensitive.

    If you are using PM.exe, then none of it has to be in caps, because PM.exe is NOT case sensitive either.

    But, if you are using MPASM ... then what you are defining does have to be all caps.

    DEFINE OSC 20 <-- OK
    define OSC 20 <-- OK
    DEFINE Osc 20 < NOT correct


    And when MicroCode Studio changes the capitalization, it only changes the way it's displayed on-screen.
    It still saves it to the file with the same capitalization you typed in.
    If you copy and paste to the forum, you get what you typed, not what it looks like in MCS.

    Any changes that MCS makes, will not affect the way it compiles, because the compiler never see's those changes.

    hth,

    P.S. If you turn off case sensitivity for MPASM, then you don't have to capitalize anything.
    Last edited by Darrel Taylor; - 28th January 2010 at 11:21. Reason: p.s.
    DT

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts