The programming environment I use is Xubuntu Linux, with Notepad++ running through Wine emulation. I find Notepad++ very handy for categorizing project files. Its Z80 assembly syntax highlighter makes the code very readable, and its label name completion function saves a lot of time.
I use [[RASM ]] to compile my source code, along with RomInject and BuildCPR to create the Amstrad Plus cartridge files, and 2CDT to create the emulated tape files. This enables me to make modifications to my code and see the results within a few seconds.
I use WinAPE as my Amstrad emulator. Its debugger is very useful for inspecting memory addresses.
ConvImgCPC is used to create sprites and logos, and save them in assembly format for use in my games.
== Games ==
[[Oh Mummy Resurrected]] - An adaption of [[Oh Mummy]] for the Plus range<br>
[[Qbert|Q*bert]] - Currently in development<br>
== Applications ==
[[The Speaker]] - Speech synthesizer ROM
<br><br>
Source code for some of my games is available on [https://github.com/chrisperver GitHub].
You can also visit my own website [https://www.mimosquest.com Mimo's Quest].