p

parachute

This is an emulator of the 32-bit Inmos T414/T800/T801/T805 Transputer family, a Node Server that interfaces it to a host OS, providing boot/debug/IO facilities. Also several example programs. A macro assembler that understands a subset of MASM 6 directives, for building for the Transputer. A port of eForth to the above emulator. (Apache License v2) 2005-2019 Matt Gumbley, DevZendo.org
https://devzendo.github.io/parachute
The Apache Software License, Version 2.0
DevZendo.org
Matt Gumbley
Files download
File Operation
parachute-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>org.devzendo</groupId>
  <artifactId>parachute</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.devzendo:parachute:0.0.1'
Gradle Kotlin
implementation("org.devzendo:parachute:0.0.1")
Scala SBT
libraryDependencies += "org.devzendo" % "parachute" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.devzendo', module='parachute', version='0.0.1')
)
Apache Ivy
<dependency org="org.devzendo" name="parachute" rev="0.0.1" />
Leiningen
[org.devzendo/parachute "0.0.1"]
Apache Buildr
'org.devzendo:parachute:jar:0.0.1'