Github Repository: https://github.com/dtremblay/how-to-develop-for-c256-foenix
You will need three tools:
- 64tass (65816 Assembler)
- Notepad++ (Text Editor)
- Foenix IDE (Development environment and simulator)
- Install Kernel
Download the application from here: https://sourceforge.net/projects/tass64/ The application comes with extensive instructions on addressing mode and macros.
Add the path to 64tass to your Windows path.
Download the application from here: https://notepad-plus-plus.org/downloads/ The Online Help resources are quite good to get started.
Open Language | User Defined ... and import 64tass-notepad++.xml
Download the application from here: https://github.com/Trinity-11/FoenixIDE/releases Github Repository: https://github.com/Trinity-11/FoenixIDE
Unzip the file to your prefered folder.
Download the kernel from here: https://github.com/Trinity-11/Kernel_FMX/archive/master.zip