|
@@ -16,10 +16,40 @@ secondadd() ........... /cg/taddbool.pp Boolean arithmetic operations
|
|
|
secondadd() ........... /cg/taddcard.pp Cardinal arithmetic operations
|
|
|
secondadd() ........... /cg/taddreal.pp Real arithmetic operations
|
|
|
secondadd() ........... /cg/taddlong.pp Longint arithmetic operations
|
|
|
+secondadd() ........... /cg/tadint64.pp 64-bit integer arithmeric operations
|
|
|
secondload()........... /cg/tldparam.pp Load subroutine parameters
|
|
|
secondload()........... /cg/tldlocal.pp Load subroutine local variables
|
|
|
secondshlshr()......... /cg/tshlshr.pp Shift routines on natural compiler types
|
|
|
secondunaryminus()..... /cg/tneg.pp Negate on natural compiler types
|
|
|
+secondnot() ........... /cg/tnot.pp NOT operator node
|
|
|
+secondmoddiv() ........ /cg/tmoddiv.pp Division and module node
|
|
|
+secondtypeconv() ...... /cg/tstrcnv1.pp String -> String conversion
|
|
|
+secondtypeconv() ......
|
|
|
+secondis() ............
|
|
|
+secondas() ............
|
|
|
+secondfor() ...........
|
|
|
+secondexitn() .........
|
|
|
+secondraise() .........
|
|
|
+secondtryexcept() .....
|
|
|
+secondtryfinally() ....
|
|
|
+secondon() ............
|
|
|
+secondinline() ........
|
|
|
+secondload() ..........
|
|
|
+secondassignment() ....
|
|
|
+secondarrayconstruct().
|
|
|
+secondloadvmt()........
|
|
|
+secondnewn()...........
|
|
|
+secondhdisposen() .....
|
|
|
+secondsimplenewdispose().
|
|
|
+secondaddr() ..........
|
|
|
+seconddoubleaddr() ....
|
|
|
+secondderef() .........
|
|
|
+secondvecn() ..........
|
|
|
+secondwith() ..........
|
|
|
+secondsetelement() ....
|
|
|
+secondin() ............
|
|
|
+secondcase() ..........
|
|
|
+
|
|
|
|
|
|
--------------------------------------------------------------------
|
|
|
Compiler
|