Changes

Jump to: navigation, search

Programming:Cross Development

142 bytes added, 09:41, 17 August 2008
* [[cpcemu]] [http://www.cpc-emu.org/]
* [[xcpc]] [http://xcpc.sourceforge.net/]
 
=== Usefull scripts ===
==== Supress header information of a file ====
<pre>
cat file_with_header | tail -c+129 > file_without_header
</pre>
=== Needed Tools ===
18
edits