Difference between revisions of "Emulators"

From C256 Foenix Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Foenix IDE ==
 
== Foenix IDE ==
  
FoenixIDE is a full-featured emulator, debugger, and board manager tool written in C#.
+
[https://github.com/Trinity-11/FoenixIDE FoenixIDE] is a full-featured emulator, debugger, and board manager tool written in C#.
  
 
[[File:foenixide.PNG|600px]]
 
[[File:foenixide.PNG|600px]]
Line 10: Line 10:
 
* Can connect to the physical C256 through the USB debug interface. It can use the interface to upload data from a BIN file, an Intel HEX file, or the IDE emulator's memory into the C256, download memory from the C256 into the emulator's memory to be examined through the IDE, or to reprogram the C256's flash memory.  
 
* Can connect to the physical C256 through the USB debug interface. It can use the interface to upload data from a BIN file, an Intel HEX file, or the IDE emulator's memory into the C256, download memory from the C256 into the emulator's memory to be examined through the IDE, or to reprogram the C256's flash memory.  
 
* Includes a character set / font editor tool, allowing you to design your own characters to use in your C256 programs
 
* Includes a character set / font editor tool, allowing you to design your own characters to use in your C256 programs
 +
* Although a GUI application by default, the IDE can be used as a command line tool.
  
Although a GUI application by default, the IDE can be used as a command line tool.
+
The source code for the IDE as well as the latest binary may be found at: https://github.com/Trinity-11/FoenixIDE. Find the latest release on the [https://github.com/Trinity-11/FoenixIDE/releases Releases] page.
 
 
The source code for the IDE as well as the latest binary may be found at: https://github.com/Trinity-11/FoenixIDE.
 
  
 
Note:
 
Note:

Latest revision as of 10:58, 4 June 2023

Foenix IDE

FoenixIDE is a full-featured emulator, debugger, and board manager tool written in C#.

Foenixide.PNG

Features:

  • Emulates several key systems of the C256
  • Debugger allows for breakpoints in the code, examination of memory, and so on
  • Can connect to the physical C256 through the USB debug interface. It can use the interface to upload data from a BIN file, an Intel HEX file, or the IDE emulator's memory into the C256, download memory from the C256 into the emulator's memory to be examined through the IDE, or to reprogram the C256's flash memory.
  • Includes a character set / font editor tool, allowing you to design your own characters to use in your C256 programs
  • Although a GUI application by default, the IDE can be used as a command line tool.

The source code for the IDE as well as the latest binary may be found at: https://github.com/Trinity-11/FoenixIDE. Find the latest release on the Releases page.

Note:

  • Foenix IDE's emulator portion is, at present, dependent on the way the stock kernel sets up the zero page.
  • Sound is not currently supported.
  • The Foenix hardware is now somewhat ahead of the Foenix IDE's emulator.