Announcement

Collapse
No announcement yet.

IDX-PRO+VDI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #61
    Piece of cake!


    "...
    bsf STATUS,5
    movf REGEA,W
    bcf STATUS,5
    addwf PCL,F
    retlw 32 ; H'20' B'00100000' " "
    retlw 65 ; H'41' B'01000001' "A"
    retlw 67 ; H'43' B'01000011' "C"
    retlw 72 ; H'48' B'01001000' "H"
    retlw 84 ; H'54' B'01010100' "T"
    retlw 85 ; H'55' B'01010101' "U"
    retlw 78 ; H'4E' B'01001110' "N"
    retlw 71 ; H'47' B'01000111' "G"
    retlw 32 ; H'20' B'00100000' " "
    retlw 77 ; H'4D' B'01001101' "M"
    retlw 73 ; H'49' B'01001001' "I"
    retlw 78 ; H'4E' B'01001110' "N"
    retlw 69 ; H'45' B'01000101' "E"
    retlw 78 ; H'4E' B'01001110' "N"
    retlw 33 ; H'21' B'00100001' "!"
    retlw 32 ; H'20' B'00100000' " "
    bsf STATUS,5
    movf REGEA,W

    Comment


    • #62
      Here is whole ASM file:
      Attached Files

      Comment


      • #63
        Originally posted by ivconic View Post
        Piece of cake!


        "...
        bsf STATUS,5
        movf REGEA,W
        bcf STATUS,5
        addwf PCL,F
        retlw 32 ; H'20' B'00100000' " "
        retlw 65 ; H'41' B'01000001' "A"
        retlw 67 ; H'43' B'01000011' "C"
        retlw 72 ; H'48' B'01001000' "H"
        retlw 84 ; H'54' B'01010100' "T"
        retlw 85 ; H'55' B'01010101' "U"
        retlw 78 ; H'4E' B'01001110' "N"
        retlw 71 ; H'47' B'01000111' "G"
        retlw 32 ; H'20' B'00100000' " "
        retlw 77 ; H'4D' B'01001101' "M"
        retlw 73 ; H'49' B'01001001' "I"
        retlw 78 ; H'4E' B'01001110' "N"
        retlw 69 ; H'45' B'01000101' "E"
        retlw 78 ; H'4E' B'01001110' "N"
        retlw 33 ; H'21' B'00100001' "!"
        retlw 32 ; H'20' B'00100000' " "
        bsf STATUS,5
        movf REGEA,W
        Very good!
        Now test Your modified .hex in real.

        Comment


        • #64
          Originally posted by holyuser View Post
          Very good!
          Now test Your modified .hex in real.
          I don't have prepared pcb yet. Will do soon.
          I know what are you expecting!
          Don't worry...i know hot to bypass such jokes!

          Comment


          • #65
            Originally posted by ivconic View Post
            "...

            retlw 32 ; H'20' B'00100000' " "
            retlw 65 ; H'41' B'01000001' "A" -------- retlw 73
            retlw 67 ; H'43' B'01000011' "C" -------- retlw 86
            retlw 72 ; H'48' B'01001000' "H" -------- retlw 67
            retlw 84 ; H'54' B'01010100' "T" -------- retlw 79
            retlw 85 ; H'55' B'01010101' "U" -------- retlw 78
            retlw 78 ; H'4E' B'01001110' "N" -------- retlw 73
            retlw 71 ; H'47' B'01000111' "G" -------- retlw 67
            retlw 32 ; H'20' B'00100000' " " etc...etc..etc.........
            [/I]"

            ..."

            How about this?

            Instead Quoting - i edited it!
            Never mind.. point is still here..

            Comment


            • #66
              Originally posted by ivconic View Post
              I don't have prepared pcb yet. Will do soon.
              I know what are you expecting!
              Don't worry...i know hot to bypass such jokes!
              I am not worry, You must be worry about Yours void work
              I will be waitinng Your practical results.

              Comment


              • #67
                Originally posted by holyuser View Post
                I am not worry, You must be worry about Yours void work
                I will be waitinng Your practical results.
                I don't worry.
                My work is my metal detector and this VDI is just nice addon i can decide to apply or not.
                I will apply it on existing detector and later see. If it is good - than i will keep it.
                But i agree that "Achtung Minen" is unnecessary note there.
                It is much better if author put his name there..
                ..
                Anyway , that "Achtung Minen" WILL BE REMOVED FOR SURE!

                Comment


                • #68
                  Originally posted by ivconic View Post
                  Anyway , that "Achtung Minen" WILL BE REMOVED FOR SURE!
                  Sorry, though I will disappoint you, you cannot remove these in no manner.

                  Comment


                  • #69
                    Originally posted by holyuser View Post
                    Sorry, though I will disappoint you, you cannot remove these in no manner.

                    Don't be so sure!
                    Wait and see....

                    Comment


                    • #70
                      Originally posted by ivconic View Post
                      Don't be so sure!
                      Wait and see....
                      I am sure, You will see...

                      Comment


                      • #71
                        First pass: to correct character table...

                        retlw 32 ; H'20' B'00100000' " "
                        retlw 65 ; H'41' B'01000001' "A"
                        retlw 67 ; H'43' B'01000011' "C"
                        retlw 72 ; H'48' B'01001000' "H"
                        retlw 84 ; H'54' B'01010100' "T"
                        retlw 85 ; H'55' B'01010101' "U"
                        retlw 78 ; H'4E' B'01001110' "N"
                        retlw 71 ; H'47' B'01000111' "G"
                        retlw 32 ; H'20' B'00100000' " "
                        retlw 77 ; H'4D' B'01001101' "M"
                        retlw 73 ; H'49' B'01001001' "I"
                        retlw 78 ; H'4E' B'01001110' "N"
                        retlw 69 ; H'45' B'01000101' "E"
                        retlw 78 ; H'4E' B'01001110' "N"
                        retlw 33 ; H'21' B'00100001' "!"
                        retlw 32 ; H'20' B'00100000' " "
                        *********************************************
                        retlw 32 ; H'20' B'00100000' " "
                        retlw 73 ; H'49' B'01001001' "I"
                        retlw 86 ; H'56' B'01010110' "V"
                        retlw 67 ; H'43' B'01000011' "C"
                        retlw 79 ; H'4F' B'01001111' "O"
                        retlw 78 ; H'4E' B'01001110' "N"
                        retlw 73 ; H'49' B'01001001 "I"
                        retlw 67 ; H'43' B'01000011' "C"
                        retlw 32 ; H'20' B'00100000' " "
                        retlw 73 ; H'49' B'01001001' "I"
                        retlw 71 ; H'47' B'01000111' "G"
                        retlw 83 ; H'53' B'01010011' "S"
                        retlw 76 ; H'4C' B'01001100' "L"
                        retlw 51 ; H'33' B'00110011' "3"
                        retlw 32 ; H'21' B'00100000' " "
                        retlw 32 ; H'20' B'00100000' " "



                        Comment


                        • #72
                          Originally posted by ivconic View Post
                          First pass: to correct character table...

                          retlw 32 ; H'20' B'00100000' " "
                          retlw 65 ; H'41' B'01000001' "A"
                          retlw 67 ; H'43' B'01000011' "C"
                          retlw 72 ; H'48' B'01001000' "H"
                          retlw 84 ; H'54' B'01010100' "T"
                          retlw 85 ; H'55' B'01010101' "U"
                          retlw 78 ; H'4E' B'01001110' "N"
                          retlw 71 ; H'47' B'01000111' "G"
                          retlw 32 ; H'20' B'00100000' " "
                          retlw 77 ; H'4D' B'01001101' "M"
                          retlw 73 ; H'49' B'01001001' "I"
                          retlw 78 ; H'4E' B'01001110' "N"
                          retlw 69 ; H'45' B'01000101' "E"
                          retlw 78 ; H'4E' B'01001110' "N"
                          retlw 33 ; H'21' B'00100001' "!"
                          retlw 32 ; H'20' B'00100000' " "
                          *********************************************
                          retlw 32 ; H'20' B'00100000' " "
                          retlw 73 ; H'49' B'01001001' "I"
                          retlw 86 ; H'56' B'01010110' "V"
                          retlw 67 ; H'43' B'01000011' "C"
                          retlw 79 ; H'4F' B'01001111' "O"
                          retlw 78 ; H'4E' B'01001110' "N"
                          retlw 73 ; H'49' B'01001001 "I"
                          retlw 67 ; H'43' B'01000011' "C"
                          retlw 32 ; H'20' B'00100000' " "
                          retlw 73 ; H'49' B'01001001' "I"
                          retlw 71 ; H'47' B'01000111' "G"
                          retlw 83 ; H'53' B'01010011' "S"
                          retlw 76 ; H'4C' B'01001100' "L"
                          retlw 51 ; H'33' B'00110011' "3"
                          retlw 32 ; H'21' B'00100000' " "
                          retlw 32 ; H'20' B'00100000' " "



                          I am waiting Your pracical results,
                          Then we will laugh for all.

                          Comment


                          • #73
                            Originally posted by holyuser View Post
                            I am waiting Your pracical results,
                            Then we will laugh for all.
                            Don't peek me, because once i decide to do it - be sure i will do it!
                            I am not so naive to believe that only character strings are need to be replaced.
                            There is a little catch also - and i know it!
                            I saw it!
                            Peekaboo - i can see you!

                            Comment


                            • #74
                              Originally posted by ivconic View Post
                              Don't peek me, because once i decide to do it - be sure i will do it!
                              I am not so naive to believe that only character strings are need to be replaced.
                              There is a little catch also - and i know it!
                              I saw it!
                              Peekaboo - i can see you!
                              Forgot these, Yuo have no capapility to resolve this situation,
                              but do not worry, be happy.

                              Comment


                              • #75
                                Originally posted by holyuser View Post
                                Forgot these, Yuo have no capapility to resolve this situation,
                                but do not worry, be happy.

                                How can you estimate my "capabilities" ???
                                You don't know if i ever worked anything with PIC's?
                                Maybe i did... maybe i did not!
                                Wait and see.
                                Just as my pcb for VDI arrive... than i will show you here my final work...
                                Until than - enjoy!

                                Comment

                                Working...
                                X