Jump to content
IGNORED

65C02 Disassembler


42bs

Recommended Posts

43 minutes ago, Songbird said:

Nice! But I'm getting a malware virus detection when I download the *.exe and try to run it. Says "HEUR/APC (Cloud)" was blocked.

This is a false warning. The exe is UPX packed.

 

Edit: Downloaded it and let Windows Defender check it. No Problem.

Edited by 42bs
Link to comment
Share on other sites

OK, cool, told my virus scanner to ignore and now it works. Thanks for posting this!

 

I'm seeing some stray characters as shown below with certain op codes followed by a digit (STA5, STZ6, and STA7). Is this an artifact of the source program?

0814   8D 5F 2F   STA5 $2F5F
0817   8D 8B FD   STA $FD8B
081A   8D 60 2F   STA $2F60
081D   8D 8A FD   STA $FD8A
0820   A9 04      LDA #$04
0822   8D 8C FD   STA $FD8C
0825   9C 67 2F   STZ6 $2F67
0828   9C 68 2F   STZ $2F68
082B   A9 3E      LDA #$3E
082D   8D FE FF   STA $FFFE
0830   A9 2F      LDA #$2F
0832   8D FF FF   STA7 $FFFF

 

Link to comment
Share on other sites

1 hour ago, Songbird said:

OK, cool, told my virus scanner to ignore and now it works. Thanks for posting this!

 

I'm seeing some stray characters as shown below with certain op codes followed by a digit (STA5, STZ6, and STA7). Is this an artifact of the source program?


0814   8D 5F 2F   STA5 $2F5F
0817   8D 8B FD   STA $FD8B
081A   8D 60 2F   STA $2F60
081D   8D 8A FD   STA $FD8A
0820   A9 04      LDA #$04
0822   8D 8C FD   STA $FD8C
0825   9C 67 2F   STZ6 $2F67
0828   9C 68 2F   STZ $2F68
082B   A9 3E      LDA #$3E
082D   8D FE FF   STA $FFFE
0830   A9 2F      LDA #$2F
0832   8D FF FF   STA7 $FFFF

 

It is a decoding error. It is because of the bit branch opcodes.

Link to comment
Share on other sites

10 hours ago, Songbird said:

OK, cool, told my virus scanner to ignore and now it works. Thanks for posting this!

 

I'm seeing some stray characters as shown below with certain op codes followed by a digit (STA5, STZ6, and STA7). Is this an artifact of the source program?


0814   8D 5F 2F   STA5 $2F5F
0817   8D 8B FD   STA $FD8B
081A   8D 60 2F   STA $2F60
081D   8D 8A FD   STA $FD8A
0820   A9 04      LDA #$04
0822   8D 8C FD   STA $FD8C
0825   9C 67 2F   STZ6 $2F67
0828   9C 68 2F   STZ $2F68
082B   A9 3E      LDA #$3E
082D   8D FE FF   STA $FFFE
0830   A9 2F      LDA #$2F
0832   8D FF FF   STA7 $FFFF

 

Fixed.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...