com.github.croesch.micro_debug.gui.actions.api
Interface IMic1Creator

All Known Implementing Classes:
Mic1Starter

public interface IMic1Creator

Is able to create the micro processor from the given file paths.

Since:
Date: Mar 9, 2012
Author:
croesch

Method Summary
 void create(String microFilePath, String macroFilePath)
          Passes the file paths of the micro assembler and macro assembler files to the creator of the processor.
 

Method Detail

create

void create(String microFilePath,
            String macroFilePath)
Passes the file paths of the micro assembler and macro assembler files to the creator of the processor.

Parameters:
microFilePath - the file path to the binary micro assembler file.
macroFilePath - the file path to the binary macro assembler file.
Since:
Date: Mar 9, 2012


Copyright © 2012. All Rights Reserved.