| If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. | Si el vostre programa és una subrutina d’una biblioteca, hauríeu de considerar que és més útil permetre enllaçar aplicacions propietàries amb la biblioteca. | 
                         
                            | Font: MaCoCu | 
                                         
                            | Subroutine definition before end of program | Definició de la subrutina abans de finalitzar el programa | 
                         
                            | Font: mem-lliures | 
                                         
                            | Subroutine return to an invalid address (corrupted stack?) | La subrutina va retornar a una adreça no vàlida (pila malmesa?) | 
                         
                            | Font: mem-lliures | 
                                         
                            | A subroutine can be called from anywhere in the code. Syntax: | Es pot cridar a una subrutina des de qualsevol part del codi. Sintaxi: | 
                         
                            | Font: mem-lliures | 
                                         
                            | Before describing the processing of this subroutine, various variables used in this subroutine will be described. | Abans de descriure el processament d’aquesta subrutina, es descriuran diverses variables utilitzades en aquesta subrutina. | 
                         
                            | Font: AINA | 
                                         
                            | It is a subroutine to be executed. | És una subrutina a executar. | 
                         
                            | Font: AINA | 
                                         
                            | After that, the variable display subroutine ends. | Després, la subrutina de visualització de variables finalitza. | 
                         
                            | Font: AINA | 
                                         
                            | It is a subroutine or function associated with a class. | És una subrutina o funció associada amb una classe. | 
                         
                            | Font: HPLT | 
                                         
                            | A return retrieves the saved contents of the PC and places it back in the PC, resuming sequential execution with the instruction following the subroutine call. | El retorn de subrutina recupera el contingut del PC que s’havia guardat en la darrera crida de subrutina i l’afegeix de nou al PC, per poder reprendre l’execució seqüencial des de la instrucció següent a l’última crida de subrutina. | 
                         
                            | Font: wikimatrix | 
                                         
                            | The result display subroutine will be described later. | La subrutina de visualització de resultats es descriurà més endavant. | 
                         
                            | Font: AINA | 
                                                         
                            | Mostra més exemples |