Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 769 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 769 Bytes

kc85sdk

Experimental ASM and C SDK for KC85 home computers.

Video Snippets

Getting Started (OSX)

NOTE: mess64 needs the framework version of SDL2 (https://www.libsdl.org/release/SDL2-2.0.3.dmg), the SDL2 in brew doesn't work!

> brew install z80asm
> brew install sdcc
> cd ~
> git clone git@github.com:mamedev/mame.git mame
> cd mame
> make SUBTARGET=mess
[mess executable is now '~/mame/mess64']
> cd ~
> git clone git@github.com:floooh/kc85sdk.git kc85sdk
> cd kc85sdk
> ./kc config
How to call 'mess': [type: ~/mame/mess64]
> ./kc test
> ./kc asm hello.s
> ./kc run hello
> ./kc make hello.c
> ./kc run hello