davemoore22 / cpchelloworld

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:The Unlicense


Languages

Language:Assembly 100.0%