Changes

Jump to: navigation, search

Programming:Cross Development

1,508 bytes added, 12:47, 16 April 2008
* [[Cpcfs|cpcfs]] / [[Cpcxfs|cpcxfs]]
* [[Dsktools|dsktools]]
 
* [[How to use VIM for CrossDev|Vim]]
<br>=== Crunching === === Needed Tools ===These tools have to not require a lot of requirement and most of them must work in command line without GUI. This will allowto use them with Makefile scripts. They have to be fast too, it will be disappointing to wait more when doing CrossDev than when doing code on a real CPC.A good thing (like most of CPCTools) is to have a portable code which compile on most platforms. * a good emulator which can be integrated in other tools. (Ramlaid first try to change Caprice is a good start)* an integration of Ramlaid's tools with Nautilus* ameliorations of Caprice in order to have similars fonctionnalities than WinApe (disasm, asm, ...)* debug the libdsk which seems to work very bad on actual computers (writting fail a lot)* a lot of macros, or libraries for SJASMPlus shared by people in order to share code* share a generic Makefile able to be use for build CPC project* a lot of little command line utilities (could be add to CPCTools ?) really well done :** graphics tools :*** convert images from PC to CPC, or CPC to PC (cf. tools based on ImageMagick or GD)*** equivalent of Anoine's FontCatcher** 2 tools which work with BASIC :*** one for create BASIC AMSDOS files from ASCII or UTF-8 text files*** one for create ASCII or UTF-8 text files from BASIC AMSDOS files** data manipulation tools :*** ability to arrange data files for example modify bytes order in a picture file by using Gray code capabilities for changing line with modifying 1 bit
== Windows ==
18
edits