Skip to content
/ awcl Public

Another world/Out of this world virtual machine

License

Notifications You must be signed in to change notification settings

josrr/awcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awcl

Another world/Out of this world virtual machine interpreter.

This is a work in progress.

To run the project change the value of AWCL:*MEMLIST-BIN-PATH* to the path name of your memlist.bin file and call the function AWCL:RUN; something like this:

(ql:quickload "awcl")
(let ((awcl:*memlist-bin-path* #p"./data/aw01/MEMLIST.BIN"))
  (bt:make-thread #'awcl:run))

License

GPLv3

About

Another world/Out of this world virtual machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published