All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oesch.micro-debug.0.5.source-code.help.txt Maven / Gradle / Ivy

The newest version!
NAME
	MicroDebug - debug micro-assembler and assembler files

SYNOPSIS
	MicroDebug [OPTION]... MIC1 IJVM
	MicroDebug -h|--help|-v|--version

DESCRIPTION
	Debug micro-assembler-file MIC1 and assembler-file IJVM.

	Mandatory arguments to long options are mandatory for short options too.

	-h, --help
		display this help and exit.

	-o, --output-file FILE
		make the output of the application being debugged printed to the given file.
		Every output of the processor is appended to that file. The file may exist or not.
		FILE, the path to the file to append the output to.

	-u, --unbuffered-output
		make the output of the application being debugged printed unbuffered.
		So each time a character is being written by the application, this character
		will be printed to the output of MicroDebug immediately.

	-v, --version
		display version information and exit.

AUTHOR
	Written by Christian Rösch.

REPORTING BUGS
	Report MicroDebug bugs to 

COPYRIGHT
	Copyright © 2011 Christian Rösch; Copyright © 1999 Prentice-Hall, Inc.
	License GPLv3+: GNU GPL version 3 or later .
	This is free software: you are free to change and redistribute it.  There is NO WARRANTY, to the extent permitted by law.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy