Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 588 Bytes

snek

Snake for the RC2014 Pro CP/M.

Give it a go

  1. Download latest release of SNEK.COM
  2. Use the RC2014 to CPM HEX file conversion tool transfer it to your RC2014
  3. Enjoy!

Compile it yourself

Snek is written for the z88dk RC2014 subtype. Compiling it yourself is done with one line.

zcc +rc2014 -subtype=cpm -SO3 -clib=sdcc_iy snek.c snek.asm -o snek -create-app