📄 idelvm.1
字号:
.TH idelvm 1.SH NAMEidelvm \- runs Idel virtual machine programs.SH SYNOPSIS.B idelvm[.I option]...[.I file].SH DESCRIPTION.PP.I idelvmruns an object file in the Idel virtual machine format. If no file isspecified in the arguments, it reads one in from standard input..PP.I idelvminterprets the following options:.TP.B \-data \fIn\fPSet the data memory size in bytes, a positive integer..TP.B \-fuel \fIn\fPSet the fuel supply, a nonnegative integer. During execution, every operation costs fuel, and a program that runs out is terminated..TP.B \-helpDisplay this list of options..TP.B \-profileTurn on execution profiling. The profile is written to stderr afterthe end of the run. It has one line per basic block, giving theexecution count, the index of the procedure definition it's in(starting from 0), and the internal opcodes of the basic block (whichyou are not expected to understand; this will be changed in asubsequent release)..TP.B \-stack \fIn\fPSet the stack size in words, a positive integer..TP.B \-versionEcho the version number to standard output, and exit..SH "SEE ALSO".PP.I idelasm(1), http://www.accesscom.com/~darius/software/idel/.SH DIAGNOSTICS.PPThe exit status is between 0 and 127 if .I idelvmsuccessfully completes, and 128 or greater otherwise. The status onsuccess is the low 7 bits of whatever the given program returns as itsstatus. 128 or greater may indicate a bad command-line argument orobject file, or it may mean the given program performed an illegaloperation or exceeded its resources..br.SH BUGSReport any bugs, along with the shortest programthat exposes them and the output of .B idelvm \-versionand .B uname \-a, to darius@accesscom.com.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -