proteus error: Invalid opcode 0x000D at PC=0x0118












0















I wrote this code on Bascom but as I run and click on keypad on Proteus I see this error:



Invalid opcode 0x000D at PC=0x0118


this is my code on Bascom



$regfile = "m16def.dat"
$crystal = 1000000
Config Kbd = Portd , Debounce = 30
Config Lcd = 16 * 2
Config Lcdpin = Pin , Db4 = Portb.4 , Db5 = Portb.5 , Db6 = Portb.6 , Db7 = Portb.7 , Rs = Portb.3 , E = Portb.2
Dim Adad As Byte
Dim Andis As Byte
Dim Lable As Byte

Scan1:
Waitms 200
Adad = 0
Andis = Getkbd()
If Andis > 15 Then Goto Scan1

Lable = Lookup(andis , Dta)
If Lable < 10 Then
Adad = Adad * 10
Adad = Adad + Lable
Lcd Adad
End If

Dta:
Data 7 , 8 , 9 , 10 , 4 , 5 , 6 , 11 , 1 , 2 , 3 , 12 , 13 , 0 , 14 , 15


and this is my proteus simulation for simple calculation:
enter image description here



and as I click on keypad I see this:
enter image description here



I do not have any idea what have happen there.
any help would be appreciated.










share|improve this question





























    0















    I wrote this code on Bascom but as I run and click on keypad on Proteus I see this error:



    Invalid opcode 0x000D at PC=0x0118


    this is my code on Bascom



    $regfile = "m16def.dat"
    $crystal = 1000000
    Config Kbd = Portd , Debounce = 30
    Config Lcd = 16 * 2
    Config Lcdpin = Pin , Db4 = Portb.4 , Db5 = Portb.5 , Db6 = Portb.6 , Db7 = Portb.7 , Rs = Portb.3 , E = Portb.2
    Dim Adad As Byte
    Dim Andis As Byte
    Dim Lable As Byte

    Scan1:
    Waitms 200
    Adad = 0
    Andis = Getkbd()
    If Andis > 15 Then Goto Scan1

    Lable = Lookup(andis , Dta)
    If Lable < 10 Then
    Adad = Adad * 10
    Adad = Adad + Lable
    Lcd Adad
    End If

    Dta:
    Data 7 , 8 , 9 , 10 , 4 , 5 , 6 , 11 , 1 , 2 , 3 , 12 , 13 , 0 , 14 , 15


    and this is my proteus simulation for simple calculation:
    enter image description here



    and as I click on keypad I see this:
    enter image description here



    I do not have any idea what have happen there.
    any help would be appreciated.










    share|improve this question



























      0












      0








      0








      I wrote this code on Bascom but as I run and click on keypad on Proteus I see this error:



      Invalid opcode 0x000D at PC=0x0118


      this is my code on Bascom



      $regfile = "m16def.dat"
      $crystal = 1000000
      Config Kbd = Portd , Debounce = 30
      Config Lcd = 16 * 2
      Config Lcdpin = Pin , Db4 = Portb.4 , Db5 = Portb.5 , Db6 = Portb.6 , Db7 = Portb.7 , Rs = Portb.3 , E = Portb.2
      Dim Adad As Byte
      Dim Andis As Byte
      Dim Lable As Byte

      Scan1:
      Waitms 200
      Adad = 0
      Andis = Getkbd()
      If Andis > 15 Then Goto Scan1

      Lable = Lookup(andis , Dta)
      If Lable < 10 Then
      Adad = Adad * 10
      Adad = Adad + Lable
      Lcd Adad
      End If

      Dta:
      Data 7 , 8 , 9 , 10 , 4 , 5 , 6 , 11 , 1 , 2 , 3 , 12 , 13 , 0 , 14 , 15


      and this is my proteus simulation for simple calculation:
      enter image description here



      and as I click on keypad I see this:
      enter image description here



      I do not have any idea what have happen there.
      any help would be appreciated.










      share|improve this question
















      I wrote this code on Bascom but as I run and click on keypad on Proteus I see this error:



      Invalid opcode 0x000D at PC=0x0118


      this is my code on Bascom



      $regfile = "m16def.dat"
      $crystal = 1000000
      Config Kbd = Portd , Debounce = 30
      Config Lcd = 16 * 2
      Config Lcdpin = Pin , Db4 = Portb.4 , Db5 = Portb.5 , Db6 = Portb.6 , Db7 = Portb.7 , Rs = Portb.3 , E = Portb.2
      Dim Adad As Byte
      Dim Andis As Byte
      Dim Lable As Byte

      Scan1:
      Waitms 200
      Adad = 0
      Andis = Getkbd()
      If Andis > 15 Then Goto Scan1

      Lable = Lookup(andis , Dta)
      If Lable < 10 Then
      Adad = Adad * 10
      Adad = Adad + Lable
      Lcd Adad
      End If

      Dta:
      Data 7 , 8 , 9 , 10 , 4 , 5 , 6 , 11 , 1 , 2 , 3 , 12 , 13 , 0 , 14 , 15


      and this is my proteus simulation for simple calculation:
      enter image description here



      and as I click on keypad I see this:
      enter image description here



      I do not have any idea what have happen there.
      any help would be appreciated.







      avr micro codevisionavr






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 1 '18 at 20:55









      vader

      681619




      681619










      asked Nov 23 '18 at 22:13









      Amin QassemiAmin Qassemi

      497




      497
























          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53453428%2fproteus-error-invalid-opcode-0x000d-at-pc-0x0118%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53453428%2fproteus-error-invalid-opcode-0x000d-at-pc-0x0118%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Berounka

          Sphinx de Gizeh

          Different font size/position of beamer's navigation symbols template's content depending on regular/plain...