SkillAgentSearch skills...

Kc85sdk

Experimental C-SDK for KC85 home computers

Install / Use

/learn @floooh/Kc85sdk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

kc85sdk

Experimental ASM and C SDK for KC85 home computers.

Video Snippets

  • assembly coding: http://floooh.github.io/kc85sdk/kc85_asm.webm
  • C99 coding: http://floooh.github.io/kc85sdk/kc85_c.webm

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
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

70/100

Audited on Oct 4, 2024

No findings