m

micro-debug

A debugger for (micro-)assembler-programs for the Mic-1.
https://github.com/croesch/micro-debug
GPL
Christian Rösch
Files download
File Operation
micro-debug-0.3.0.jar download
micro-debug-0.3.0.pom download
micro-debug-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.croesch</groupId>
  <artifactId>micro-debug</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.croesch:micro-debug:0.3.0'
Gradle Kotlin
implementation("com.github.croesch:micro-debug:0.3.0")
Scala SBT
libraryDependencies += "com.github.croesch" % "micro-debug" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.croesch', module='micro-debug', version='0.3.0')
)
Apache Ivy
<dependency org="com.github.croesch" name="micro-debug" rev="0.3.0" />
Leiningen
[com.github.croesch/micro-debug "0.3.0"]
Apache Buildr
'com.github.croesch:micro-debug:jar:0.3.0'