Help in coding


Closed Thread
Results 1 to 2 of 2

Thread: Help in coding

Hybrid View

  1. #1
    aliciamee's Avatar
    aliciamee Guest

    Default Help in coding

    Can anyone explain this code for me? I want to know how this code works.
    SC0SR EQU $00CC
    SC0DR EQU $00CF

    ORG $8000

    MAIN LDAA #00
    LDAA $0258
    CMPA #00
    BEQ MAIN

    SEND STAA SC0DR
    BRCLR SC0SR,$80,*
    JMP MAIN

  2. #2
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Looks like an assembly language program for a Motorola 68HC11 class controller. And you
    would for sure be on the wrong forum to ask questions about this animal...;o}

    If you need help on assembler for this particular target, try here http://www.owlnet.rice.edu/~elec201/Book/6811_asm.html

    Or try contacting the original author of the code fragment you have.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

Similar Threads

  1. Need help in matrix keypad coding
    By rano_zen06 in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 24th May 2008, 13:16
  2. need help in coding..
    By daphne8888 in forum mel PIC BASIC
    Replies: 1
    Last Post: - 19th March 2008, 07:31
  3. HPWM coding
    By civictypeR in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 29th January 2008, 14:54
  4. Manchester coding question
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 5th May 2007, 17:35
  5. Turbo Coding
    By obaskirt in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 17th November 2006, 15:54

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