Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+----------------+#########################################################
#+-| RELEASE MODULE |---------------------------------------------+###########
#| +----------------+ The RELEASE MODULE command removes an entry |###########
#|                    from the CALL list and releases its memory  |###########
#+----------------------------------------------------------------+###########
##############################################################################
##############################################################################
#+--| Syntax |--------------------+###########################################
#|     RELEASE MODULE <C-exp>     |###########################################
#+--------------------------------+###########################################
##############################################################################
##############################################################################
##########+---| Description |--------------------------------------+##########
##########| RELEASE MODULE removes a program, inserted by the LOAD |##########
##########| command, from the CALL list.                           |##########
##########+--------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Remove entries from the CALL list.                  |#########
#########|                                                          |#########
#########| LOAD "curson.bin"                                        |#########
#########| LOAD "cursoff.bin"                                       |#########
#########| LOAD "scrllck.bin"                                       |#########
#########| CALL "curson"                                            |#########
#########|                                                          |#########
#########| {...}                                                    |#########
#########|                                                          |#########
#########| RELEASE MODULE "curson"                                  |#########
#########| RELEASE MODULE "cursoff"                                 |#########
#########| RELEASE MODULE "scrllck"                                 |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Release modules prior to indexing or                |#########
#########| *    executing an external program to save               |#########
#########| *    memory.                                             |#########
#########|                                                          |#########
#########| IF exec_install                                          |#########
#########|     FOR i = 0 TO &NUM_MODULES                            |#########
#########|         RELEASE MODULE mod[ r ]                          |#########
#########|     NEXT                                                 |#########
#########| ENDIF                                                    |#########
#########| RUN "c:\reinstall"                                       |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: CALL LOAD

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson