Hello all:
I have added following to the TVM:
write [regA/regB/regC] [Starting address integer value] [length, by default its 6]
It writes the data from memory to the given variable or device
updated TVM is available at:
http://tvm.manojky.net/VM/TVM_V2.zip
Ternary VM (TVM)
Moderator: haqreu
Re: Ternary VM (TVM)
Hello All,
Just wanted to know if any one tried link

Just wanted to know if any one tried link
I need ur feedback to develop it furtherhttp://tvm.manojky.net/VM/TVM_V2.zip

-
- Maniac
- Posts: 277
- Joined: 17 Sep 2012 13:36
- Location: 81.170.128.52
Re: Ternary VM (TVM)
When I run
java -jar TVM_V_1.jar
I get the same wall of error messages:
But I can't copy it to c:\TVM since my operating system doesn't have a C-drive.
java -jar TVM_V_1.jar
I get the same wall of error messages:
Code: Select all
java.io.FileNotFoundException: C:/TVM/3t2.csv (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
etc.
Re: Ternary VM (TVM)
Hi,
I have given the web address of the csv file in this version of tvm:
http://tvm.manojky.net/VM/TVM_WEB_CSV.zip
This one should work well.
the csv file:
http://tvm.manojky.net/csv/3t2.csv
Thanks,
I have given the web address of the csv file in this version of tvm:
http://tvm.manojky.net/VM/TVM_WEB_CSV.zip
This one should work well.
the csv file:
http://tvm.manojky.net/csv/3t2.csv
Thanks,
-
- Maniac
- Posts: 277
- Joined: 17 Sep 2012 13:36
- Location: 81.170.128.52
Re: Ternary VM (TVM)
No change...
Code: Select all
vlofgren@ip4-70 ~/TVM_WEB_CSV $ java -jar TVM_V_1.jar
java.io.FileNotFoundException: C:/TVM/3t2.csv (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at java.io.FileReader.<init>(FileReader.java:41)
Re: Ternary VM (TVM)
Hi,
I am not sure about the problem as I am able to run on my system. however I have removed the .properties file and given an external link, hope this works now
http://tvm.manojky.net/VM/TVM_WEB_NO_CSV.zip
and for Commands in TVM refer below:
http://tvm.manojky.net/VM/tvmInstructions.properties
I am not sure about the problem as I am able to run on my system. however I have removed the .properties file and given an external link, hope this works now

http://tvm.manojky.net/VM/TVM_WEB_NO_CSV.zip
and for Commands in TVM refer below:
http://tvm.manojky.net/VM/tvmInstructions.properties
-
- Admin
- Posts: 24008
- Joined: 08 Jan 2003 23:22
- Location: Silicon Valley