Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

Comet 64 – Easy Disk 1 Puzzle 7 The Dopplegänger Solution Guide

Posted on 05/16/2023 By 4ut0m4t0n No Comments on Comet 64 – Easy Disk 1 Puzzle 7 The Dopplegänger Solution Guide
  • Title: Comet 64
  • Release Date:
  • Developer:
  • Publisher:
Information about Comet 64 is still incomplete. Please help us fill the details of the game using this contact form.

Cycle optimized solution for Disk 1 Puzzle 7: The Dopplegänger for May 2023 leaderboard (50~69 cycles).

Solution for 60~69 cycles

The idea is to use more lines of code to reduce the processing time. For solutions with 70 cycles or greater, see previous guides.

Hints

  1. We need to store two input values in order to compare them. Solutions in other guides show how to pass a value between registers before storing the next input. That’s not the only way.
  2. There are more than one register.
  3. We still need some sort of loop, but a longer one that alternates between two registers.

Solution

loop:
reg = input;
check reg = int;
jump if true: print;
int = input;
check reg = int;
jump if false: loop;
print:
output = int;
jump to: loop;

Note that Steam formatting may have inserted extra spaces. This should yield very close to 70 cycles. With a little bit of luck with different input data, or some other tricks (hint:the first input), you can get under 70 cycles more often.

Hint for 50~59 cycles

You would still be trading smaller code size for faster execution speed, just taking that concept to the extreme, at least that’s how I understand it for now.

I used many lines of code.

It can be considered “hacky”.

For puzzle #7 in particular, it’s accurate only probabilistically, but still at a very high rate that passes the game checks. The more lines of code, the less likely it is to make a mistake.

This and other ideas (from sections above) can be adapted to other puzzles as well.

That's everything we are sharing today for this Comet 64 guide. This guide was originally created and written by 4ut0m4t0n. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:Comet 64

Post navigation

Previous Post: How to Fix Comet 64 FPS Drop, Lag, and Stuttering Issues
Next Post: Redfall – Where to Find All Grave Locks

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: Comet 64
  • Release Date:
  • Developer:
  • Publisher:
Information about Comet 64 is still incomplete. Please help us fill the details of the game using this contact form.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme