⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fig2.3.raw

📁 早期freebsd实现
💻 RAW
字号:
HALT	2.2	Produce control flow backtraceBEG s,W,w,"	2.2,1.8	Write second part of block mark, enter blockEND	2.2,1.8	End block executionCALL l,A	2.2,1.8	Procedure or function callNODUMP s,W,w,"	2.2	\s-2BEG\s0 main program, suppress dumpPUSH s	2.2,1.9	Clear space (for function result)POP s	2.2,1.9	Pop (arguments) off stackLINO s	2.2	Set line number, count statementsTRA a	2.2	Short control transfer (local branching)TRA4 A	2.2	Long control transferGOTO l,A	2.2,1.8	Non-local goto statementIF a	2.3	Conditional transferREL* r	2.3	Relational test yielding Boolean resultAND	2.4	Boolean andOR	2.4	Boolean orNOT	2.4	Boolean notLRV* l,A	2.5	Right value (load) operatorsRV* l,a	2.5	Right value (load) operatorsCON* v	2.5	Load constant operatorsAS*	2.5	Assignment operatorsOFF s	2.5	Offset address, typically used for field referenceINX* s,w,w	2.6	Subscripting (indexing) operatorNIL	2.6	Assert non-nil pointerLLV l,W	2.6	Address of operatorLV l,w	2.6	Address of operatorIND*	2.6	Indirection operatorsADD*	2.7	AdditionSUB*	2.7	SubtractionMUL*	2.7	MultiplicationSQR*	2.7	SquaringDIV*	2.7	Fixed divisionMOD*	2.7	ModulusABS*	2.7	Absolute valueNEG*	2.7	NegationDVD*	2.7	Floating divisionRANG* v	2.8	Subrange checkingCASEOP*	2.9	Case statementsFOR* a	2.12	For statementsPXPBUF w	2.10	Initialize \fIpxp\fP count bufferTRACNT w,A	2.10	Count a procedure entryCOUNT w	2.10	Count a statement count pointCTTOT s,w,w	2.11	Construct setCARD s	2.11	Cardinality of setSTOI	2.12	Convert short to long integerSTOD	2.12	Convert short integer to realITOD	2.12	Convert integer to realITOS	2.12	Convert integer to short integerGET	3.7	Get next record from a filePUT	3.8	Output a record to a fileMESSAGE	3.6	Write to terminalFNIL	3.7	Check file initialized, not eof, syncedFLUSH	3.11	Flush a fileBUFF	3.11	Specify buffering for file "output"EOF	3.10	Returns \fItrue\fR if end of fileEOLN	3.10	Returns \fItrue\fR if end of line on input text fileRESET	3.11	Open file for inputREWRITE	3.11	Open file for outputREMOVE	3.11	Remove a fileUNIT*	3.10	Set active fileREAD*	3.7	Read a record from a fileWRITEC	3.8	Character unformatted writeWRITEF l	3.8	General formatted writeWRITES l	3.8	String unformatted writeWRITLN	3.8	Output a newline to a text filePAGE	3.8	Output a formfeed to a text fileMIN s	3.8	Minimum of top of stack and \fIs\fRMAX s,w	3.8	Maximum of top of stack and \fIw\fRNAM A	3.8	Convert enumerated type value to print formatFILE	3.9	Push descriptor for active fileDEFNAME	3.11	Attach file name for \fBprogram\fR statement filesPACK s,w,w,w	2.15	Convert and copy from unpacked to packedUNPACK s,w,w,w	2.15	Convert and copy from packed to unpackedLLIMIT	2.14	Set linelimit for output text fileARGC	2.14	Returns number of arguments to current processARGV	2.14	Copy specified process argument into char arrayCLCK	2.14	Returns user time of programSCLCK	2.14	Returns system time of programWCLCK	2.14	Returns current time stampDATE	2.14	Copy date into char arrayTIME	2.14	Copy time into char arraySEED	2.13	Set random seed, return old seedRANDOM	2.13	Returns random numberDISPOSE	2.15	Dispose of a heap allocationNEW s	2.15	Allocate a record on heap, set pointer to itEXPO	2.13	Returns machine representation of real exponentATAN	2.13	Returns arctangent of argumentEXP	2.13	Returns exponential of argumentLN	2.13	Returns natural log of argumentCOS	2.13	Returns cos of argumentSIN	2.13	Returns sin of argumentSQRT	2.13	Returns square root of argumentCHR*	2.15	Returns integer to ascii mapping of argumentODD*	2.15	Returns \fItrue\fR if argument is odd, \fIfalse\fR if evenPRED*	2.7	Returns predecessor of argumentSTLIM	2.14	Set program statement limitSUCC*	2.7	Returns successor of argumentROUND	2.13	Returns \s-2TRUNC\s0(argument + 0.5)TRUNC	2.13	Returns integer part of argumentUNDEF	2.15	Returns \fIfalse\fRSDUP	2.2	Duplicate top stack wordASRT	2.12	Assert \fItrue\fR to continueIN s,w,w	2.11	Set membershipINCT	2.11	Membership in a constructed set

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -