Skip to content

Releases: pescetti-studio/Flip01-CPU

It’s Dangerous to Go Alone! Take This

10 Dec 01:41
feecf52
Compare
Choose a tag to compare

This one’s all about the assembler, and it introduces three handy tools to make your life a little easier:

1) Conversion Table

Now you can quickly switch between binary, decimal, and hexadecimal values using a dedicated button.
The converter opens in a separate window, leaving the main assembler workspace untouched.

2) View Manual

A new button lets you open the free Flip01 manual in your default browser. This free detailed guide covers not just how to program Flip01, but everything you need to know about the processor itself.

3) Auto-Save Feature

This one's a bit behind-the-scenes: every change you make in the assembler is now automatically saved to a file named log.txt in the same folder as the assembler.
If the program crashes unexpectedly, you won’t lose your work!
Simply click Open File after restarting, select log.txt, and pick up right where you left off.

Starting Point

30 Nov 15:20
d92639b
Compare
Choose a tag to compare
  • Minor bug fixes in the assembler
  • License update in the Flip01_Circuit.circ file
  • Updated README file. It's now a markdown version of the manual available on Medium
  • Removal of the outdated PDF manual. From now on, the only official reference manuals will be those on Medium and the README file.

Flip01