Difference between revisions of "Commodore Amiga"
From SizeCoding
(→Setting up) |
(→Setting up) |
||
Line 6: | Line 6: | ||
* Assembler: VASM | * Assembler: VASM | ||
* Emulator(s): Linux: fs-uae, Windows: WinUAE | * Emulator(s): Linux: fs-uae, Windows: WinUAE | ||
+ | |||
+ | Compile source to Amiga Kickstart1.x executable: | ||
+ | |||
+ | <syntaxhighlight lang=""> | ||
+ | vasm -kick1hunks -Fhunkexe -o example -nosym | ||
+ | </syntaxhighlight> | ||
=== Video display === | === Video display === |
Revision as of 05:12, 20 June 2022
Commodore Amiga
The Commodore Amiga system consists of the M68k system with custom hardware for graphics and sound.
Setting up
- Assembler: VASM
- Emulator(s): Linux: fs-uae, Windows: WinUAE
Compile source to Amiga Kickstart1.x executable:
vasm -kick1hunks -Fhunkexe -o example -nosym
Video display
No information yet
Sound
No information yet