Using ASM with PBP variables.


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using ASM with PBP variables.

    Which macro? the one of PBP or your own?

    If PBP one well, no real problem
    ByteA VAR BYTE
    ByteB VAR BYTE

    @ MOVE?CB 123, _ByteA
    @ MOVE?BB _ByteA, _ByteB
    ByteB is now equal to 123

    don't forget, it is CASE SENSITIVE. Try it, and if you still have problem, post your code here, we will have a look to it.

    Also, you can refer to various DT include files, or my KeyPad or my Nokia GLCD. Lot's of macro use in those
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  2. #2
    Join Date
    Feb 2005
    Location
    Holmfirth England
    Posts
    116


    Did you find this post helpful? Yes | No

    Default Re: Using ASM with PBP variables.

    Ahh I see what I was doing wrong. I thought the asm part saw all pbp names as _CAPITALS.

    Thanks.

Members who have read this thread : 0

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

Tags for this Thread

Posting Permissions

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