Parallel and Associative Computing Laboratory
Kent State University
Computer Science Department

Software


ASC Software

Documentation: ASC Programming Notes

ASC Primer Table of Contents (pdf)

ASC Primer (pdf)

Windows Compiler: asc1.exe

Windows Emulator: asc2.exe

Linux Compiler: asc1 (gcc 2.96), asc1 (gcc 3.04)

Linux Emulator: asc2 (gcc 2.96),asc2 (gcc 3.04)

 

Code for ASC Compiler: asc1.zip

Code for ASC Emulator: asc2.zip

 Test Suites for ASC: ascSuite.tar

 

ASC Example

· Sample ASC Code: shapes.asc

· Input File: shapes.dat

· ASC Intermediate Code: shapes.iob

· ASC List File: shapes.lst

· Output File: shapes.out.txt

 

MultiC Examples

· exdraw01.mc