command prompt - Excuting assembly file with PCSpim from cmd -


if me please, have pcspim simulator on windows 7 pc , want load file , run command prompt, possible print -in cmd window- output shown in pcspim's console after excution? in advance.

this hlp file.

pcspim supports rich command line argument format.  can control core simulator settings, , specify file loaded automatically.  command line options available are:  -bare/-asm -trap/-notrap -trap_file <file> -delayed-loads -delayed-branches -quiet/-noquiet -mapped_io/nomapped_io -file <file> <args>  note -file <file> argument, if specified, must come last.  after -file <file> option considered run-time arguments, , saved first time program executed. 

so -file command need load file.

something might create file.txt results in:

pcspim -file myfile.ext >file.txt 

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -