AREA RegisterPatchExp,REL,CODE,READONLY ; ; Dummy main to reference all the functions for the linker ENTRY __NCTMain_RegisterPatch ; replace the name above with the name of your code module ; This name will be used in NewtonScript to call your C functions. ; e.g. Ò Call myModuleName.aFunction(...) Ó ; Below, add one line per function naming each of your NewtonScript interface functions. IMPORT RegisterPatch1 b RegisterPatch1 END