Jump to content
IGNORED

Calculator


Recommended Posts

13 hours ago, www.atarimania.com said:

Yes, it would definitely be interesting to have some sort of comparison chart if there are differences in the code.

What is CALCULATOR.XEX in your ZIP archive?

It differs completely from CALCULATOR.CAR.

 

Found it out myself: The AUTORUN.SYS from the APX release.

Edited by DjayBee
Link to comment
Share on other sites

14 minutes ago, www.atarimania.com said:

The Atari and APX disk releases are different then? The main file, I mean.

Now I'm confused (or don't know it correctly).

I thought there was only an APX release.

 

I rephrase: The XEX is identical to the AUTORUN in Atariwiki's ATR image.

 

Meanwhile I am also a bit farther in analyzing the CAR: It seems to be identical to the XEX except:

  • "Transposed" from $3C00 to $A000.
     
  • Different title text on screen. (The implementation is weird.)
    The first two screen rows are contained in the code in obfuscated form but the disk version skips the title row and replaces it with plain text taken from a binary load segment which is attached at the beginning of the file.
    If you replace starting at offset $180 in the XEX with this code, you will receive the same text as in the CAR (see attached XEX):
    XEX  : 82 20 E4 3F 20 B9 45
    Patch: 58 A0 3B EA 20 53 3B

     

  • The CAR does some calculations around MEMTOP.

I only did a binary diff and did not disassemble the files completely.

Besides the above differences there are only single-bytes differing - just like it is expected when program code has been moved from $wx00 to $yz00.

This is the reason for my assumption that there were no other changes made.

Calculator-reverted.xex

  • Thanks 1
Link to comment
Share on other sites

4 hours ago, www.atarimania.com said:

Isn't the cart with the blue background a fake ROM created by Peter Dell?

Please mind your words before calling something a fake. My cartridge was created as personal gift for Carol. It is explicitly based on the released disk version and includes a complete DOS, so I can be used reasonable even you do not have a disk drive (which was the case for her).

https://www.wudsn.com/index.php/productions-atari800/tools

image.thumb.png.372836a3ad8d14d55c3e606f9596b89f.png

  • Like 5
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...