Uses of Class
com.github.croesch.micro_debug.error.MacroFileFormatException

Packages that use MacroFileFormatException
com.github.croesch.micro_debug.mic1   
com.github.croesch.micro_debug.mic1.mem   
 

Uses of MacroFileFormatException in com.github.croesch.micro_debug.mic1
 

Constructors in com.github.croesch.micro_debug.mic1 that throw MacroFileFormatException
Mic1(java.io.InputStream micAsm, java.io.InputStream asm)
          Constructs a new Mic1-processor, reading the given inputstreams as micro-program and assembler-program.
 

Uses of MacroFileFormatException in com.github.croesch.micro_debug.mic1.mem
 

Constructors in com.github.croesch.micro_debug.mic1.mem that throw MacroFileFormatException
Memory(int maxSize, java.io.InputStream programStream)
          Constructs a new memory containing the given number of words.
 



Copyright © 2012. All Rights Reserved.