Apple IIgs Drawing program for chemical structures (unfinished)
Go to file
codebur 23d03a7a67 update readme 2017-10-22 16:32:57 +02:00
CodeBurger.image.zip initial commit 2017-10-22 16:30:14 +02:00
LICENSE Initial commit 2017-10-22 16:17:10 +02:00
README.md update readme 2017-10-22 16:32:57 +02:00
draw.asm initial commit 2017-10-22 16:30:14 +02:00
equates.asm initial commit 2017-10-22 16:30:14 +02:00
file.asm initial commit 2017-10-22 16:30:14 +02:00
gen initial commit 2017-10-22 16:30:14 +02:00
globals.asm initial commit 2017-10-22 16:30:14 +02:00
main.asm initial commit 2017-10-22 16:30:14 +02:00
mak initial commit 2017-10-22 16:30:14 +02:00
menu.asm initial commit 2017-10-22 16:30:14 +02:00
sys6.asm initial commit 2017-10-22 16:30:14 +02:00
text.asm initial commit 2017-10-22 16:30:14 +02:00
tools.asm initial commit 2017-10-22 16:30:14 +02:00
windows.asm initial commit 2017-10-22 16:30:14 +02:00
xform.asm initial commit 2017-10-22 16:30:14 +02:00

README.md

ChemiGS

Drawing Program for Chemical Structures (unfinished)

  • Author: Urs Hochstrasser
  • Date: 1993
  • Platform: Apple IIgs
  • Language: 65816 Assembly
  • IDE used: ORCA/M

As usual, this project got stuck in the basics, namely coding of a well behaved GS/OS 5/6 application with Mac-like behaviour. Anyway, someone might have some use for the code :-)

I provide the code as is. I havent touched it for decades. Have fun!

Files

  • *.asm source files for the projects. I dont remember how it all adds up, but everything should be there
  • gen, mak some workflow automation files
  • CodeBurger.image.zip Zipped disk image file containg the ChemiGS program and some sample files.