Skip to content

AngusPasc/hanoi-cpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Towers of Hanoi - CP/M version

##Contents of package

  • source - Source code in Turbo Pascal 3.01A (Borland)
  • hanoi-p.pas - Portable version: uses just KayPro / ADM-3A escape sequences. Black and white.
  • hanoi128.pas - Commodore 128 specific version: uses low-level calls and specific escape sequences to get colours.
  • graph.inc - Library needed by Commodore 128 specific version
  • binary - Compiled .COM executable files for CP/M-80
  • hanoi-p.com - Binary portable version
  • hanoi128.com - Binary Commodore 128 specific version
  • dists - Collection of CP/M bootable disk images for Commodore 128
  • hanoi.d71 - Includes CP/M boot code, all sources and binaries, some utilities
  • hanoi.d64 - Includes CP/M boot code, all sources and binaries

##Credits Thanks to TomHarte for his CP/M for OS X

##Screenshots ###Commodore 128 version C128 version C128 version ###Portable version Portable version Portable version

About

Towers of Hanoi - CP/M version: generic and Commodore 128 specific

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Pascal 80.9%
  • C++ 19.1%