PreviousUpNext

15.4.339  src/lib/compiler/back/low/pwrpc32/code/treecode-extension-sext-pwrpc.pkg

## treecode-extension-sext-pwrpc.pkg
#
# Background comments may be found in:
#
#     src/lib/compiler/back/low/treecode/treecode-extension.api

# Compiled by:
#     src/lib/compiler/back/low/pwrpc32/backend-pwrpc32.lib



###              "There is a joke that your hammer
###               will always find nails to hit.
###               I find that perfectly acceptable."
###
###                            -- Benoit Mandelbrot 


# This package is referenced (only) in:
#
#     src/lib/compiler/back/low/pwrpc32/code/treecode-extension-sext-compiler-pwrpc32-g.pkg
#
package treecode_extension_sext_pwrpc32 {
    #
    Sext (S, R, F, C)
        =
        STWU  { src:  R, ea:  R };              #  store word and update 
};


## COPYRIGHT (c) 2004 John Reppy (http://www.cs.uchicago.edu/~jhr)
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext