/cpchelloworld

Simple Hello World Example for the Amstrad CPC using Z80 machine code

Primary LanguageAssemblyThe UnlicenseUnlicense

cpchelloworld

Simple Hello World Example for the Amstrad CPC using Z80 machine code

On Linux, compile with rasm ../rasm/rasm_linux64 -eo ./hello.asm. A disk image ('hello.dsk') will be created containing the compiled binary which can then be loaded in an emulator or on an actual CPC.

Example