Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: richard; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    13,058

    Re: Port alias in Port Expanders (MCP23S17)

    yep I did get it wrong (choice of two I will pick the wrong one every time)

    found my endianness note

    MyVar =$AABB would be stored little-endian. I.E. if the address
    of MyVar starts at 30h,...
  2. Replies
    18
    Views
    13,058

    Re: Port alias in Port Expanders (MCP23S17)

    OutA var word


    asm

    OutA_hi=OutA
    OutA_lo=OutA+1

    endasm
  3. Replies
    18
    Views
    13,058

    Re: Port alias in Port Expanders (MCP23S17)

    is a simple assignment operation not an alias



    would fix it (get the order correct)
Results 1 to 3 of 3