User Tools

Site Tools


base:crossdev

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
base:crossdev [2021-04-18 19:00] – [C64 Studio] endurionbase:crossdev [2021-06-16 21:36] ftc
Line 6: Line 6:
   * [[Tools for putting files into a .d64 image]] - by Frantic   * [[Tools for putting files into a .d64 image]] - by Frantic
   * [[Makefile to use with ca65 & VICE]] - by Jupp3   * [[Makefile to use with ca65 & VICE]] - by Jupp3
 +  * [[Cross Development using Makefile]] - A Tutorial explaining automated building of your c64 projects. - by Burglar
  
 ===== Debugging ===== ===== Debugging =====
Line 11: Line 12:
   * [[Using the VICE monitor]] - by radiantx   * [[Using the VICE monitor]] - by radiantx
   * [[Using a running VICE session for development]] - by Compyx   * [[Using a running VICE session for development]] - by Compyx
 +
 +===== Crunching =====
 +   * [[Exomizer level compress/decompression for beginners]] - by Richard / TND
 +   * [[Exomizer making custom oldschool decrunch effects]] - by StatMat and Richard/TND
  
 ===== Graphics conversion ===== ===== Graphics conversion =====
Line 33: Line 38:
     * Added the PO !sal to cause !sl and !svl to save all referenced labels including local labels. This is useful if separate zones have labels you want to know while debugging.     * Added the PO !sal to cause !sl and !svl to save all referenced labels including local labels. This is useful if separate zones have labels you want to know while debugging.
   * [[base:syntax_highligthing_acme_vim|Syntax highlighting for ACME in vim]]   * [[base:syntax_highligthing_acme_vim|Syntax highlighting for ACME in vim]]
 +
 +
 ==== ca65 ==== ==== ca65 ====
 ca65 is an assembler which is part of the cc65 suite of tools. ca65 is an assembler which is part of the cc65 suite of tools.
Line 70: Line 77:
  
     * [[http://www.georg-rottensteiner.de/index.html|C64 Studio]] - Assembler and BASIC development tailored to game development. Contains sprite/char/graphic/screen/map editors, media managers, supports remote debugging via VICE.     * [[http://www.georg-rottensteiner.de/index.html|C64 Studio]] - Assembler and BASIC development tailored to game development. Contains sprite/char/graphic/screen/map editors, media managers, supports remote debugging via VICE.
- +    * Supports CPU types 6502, 6510, 65C02, R65C02, W65C02, 65CE02, 4502, M65 (Mega65) 
-Supports CPU types 6502, 6510, 65C02, R65C02, W65C02, 65CE02, 4502, M65 (Mega65) +    Supports several assembler syntaxes (ACME foremost, DASM, PDS) 
-Supports several assembler syntaxes (ACME foremost, DASM, PDS)+    * [[https://www.georg-rottensteiner.de/c64/C64Studio/manual/main.html|Online manual]] 
 +    * Open Source (MIT license) [[https://github.com/GeorgRottensteiner/C64Studio]]
 ==== xa65 ==== ==== xa65 ====
  
     * [[http://www.floodgap.com/retrotech/xa/|The xa65 cross assembler]] is a small and simple cross assembler for Unix/Linux systems. It is available under GPLv2.     * [[http://www.floodgap.com/retrotech/xa/|The xa65 cross assembler]] is a small and simple cross assembler for Unix/Linux systems. It is available under GPLv2.
-===== Cross Development using Makefile ===== 
  
-  * [[Cross Development using Makefile]] - A Tutorial explaining automated building of your c64 projects. - by Burglar+
 ===== Syntax Highlighting ===== ===== Syntax Highlighting =====
 This section is for 6502/6510 assembler syntax highlighting files. This section is for 6502/6510 assembler syntax highlighting files.
Line 105: Line 112:
   * [[https://goatpower.org/projects-releases/sublime-package-kick-assembler-c64/|Kick Assembler, Sublime Text 3, multi-platform]] - by Swoffa/Noice   * [[https://goatpower.org/projects-releases/sublime-package-kick-assembler-c64/|Kick Assembler, Sublime Text 3, multi-platform]] - by Swoffa/Noice
   * [[https://github.com/ProbablyNotArtyom/language-6502-kickass|Kick Assembler, Atom, multi-platform]] - by NotArtyom   * [[https://github.com/ProbablyNotArtyom/language-6502-kickass|Kick Assembler, Atom, multi-platform]] - by NotArtyom
 +
 +
 ===== Ways to transfer your code to C64 ===== ===== Ways to transfer your code to C64 =====
   * [[http://www.oxyron.de/html/freplay.html|Final replay and Codenet]] - by Graham/Oxyron. Requires a cartridge with RR-net.   * [[http://www.oxyron.de/html/freplay.html|Final replay and Codenet]] - by Graham/Oxyron. Requires a cartridge with RR-net.
base/crossdev.txt · Last modified: 2024-02-18 19:58 by bepp