get prescaler factor
This commit is contained in:
@@ -13,7 +13,7 @@ class Main
|
||||
{
|
||||
public static void main(String[] args) throws InterruptedException {
|
||||
|
||||
Command[] program = Parser.parser("de/darkress/pic16f84sim/TPicSim101.LST");
|
||||
Command[] program = Parser.parser("de/darkress/pic16f84sim/TestPrograms/TPicSim2.LST");
|
||||
/*for(int i = 0; i < instructions.size(); i++)
|
||||
{
|
||||
program.add(CommandDecoder.decode(instructions.get(i)));
|
||||
|
||||
Reference in New Issue
Block a user