Skip to main content
Visitor II
March 8, 2006
Question

In STVD7 assembly, what is the format to express binary

  • March 8, 2006
  • 3 replies
  • 618 views
Posted on March 08, 2006 at 05:22

In STVD7 assembly, what is the format to express binary

    This topic has been closed for replies.

    3 replies

    alanlai1Author
    Visitor II
    March 8, 2006
    Posted on March 08, 2006 at 04:46

    In STVD7 assembly, what is the format to express binary?

    HEX format = #$FF

    BIN format = ????????

    Super Thanks

    Visitor II
    March 8, 2006
    Posted on March 08, 2006 at 05:12

    ld A, #%00010000

    Regards

    sjo

    alanlai1Author
    Visitor II
    March 8, 2006
    Posted on March 08, 2006 at 05:22

    Thanks a lot ~~