atarionline.pl How to enter debugger at specified address - Forum Atarum

    Jeśli chcesz wziąć udział w dyskusjach na forum - zaloguj się. Jeżeli nie masz loginu - poproś o członkostwo.

    • :
    • :

    Vanilla 1.1.4 jest produktem Lussumo. Więcej informacji: Dokumentacja, Forum.

      • 1: CommentAuthorrudla
      • CommentTime7 Jan 2010 20:01
       
      Hi,

      I'm using MADS and Atari800Win Plus 4.0.
      How can I enter debugger at specified addres? Currently I'm using BRK instruction, but it seems to jump to BRK vector. Atari freezes and I can hit F8 to enter console.

      I would like to know, how to setup the breakpoint so, that the console is open at specified address (best using some instruction or macro in code).

      Thanks,

      Rudla
      • 2:
         
        CommentAuthorPoklik
      • CommentTime8 Jan 2010 00:01
       
      "BREAK [addr]"?
      • 3: CommentAuthorfandal
      • CommentTime8 Jan 2010 10:01
       
      Zdar Rudlo!/Hi Rudla!

      Kontaktuj me na emailu fandal@fandal.cz/Contact me on email fandal@fandal.cz...
      • 4: CommentAuthor0xF
      • CommentTime8 Jan 2010 18:01
       
      In your source use:
      dta 2
      which is an opcode which hangs the 6502. The emulator will ask if you want to open the debugger.

      To set the breakpoint manually in the emulator, use "BREAK addr". For more complicated breakpoints, type "B ?".
      • 5: CommentAuthorrudla
      • CommentTime8 Jan 2010 20:01
       
      Thanks, this seems usable.