Ein "Unterprogramm" kann durch einem jmp Befehl gerufen werden.
The call of a subprogram can be done with a jmp instruction.
Wir können auch das gleiche Unterprogramm in mehrere andere Programme includen.
We can even include such a subprogram into several other programs.
Alle Variablen müssen deklariert werden, bevor das Unterprogramm darauf zugreifen kann.
All variables must be declared before the subroutine can access them.
Das Unterprogramm drawtiles ruft drow wiederholt auf, um alle Plattenreihen zu zeichnen.
The drawtiles subroutine calls drow repeatedly to draw all the tile rows.
Ich konnte unseren Freund in einem Unterprogramm unterbringen.
Die Forschung über Klimatologie fungierte weiterhin als ein Unterprogramm im Rahmen des neuen sektoralen Programms.
Research on climatology therefore continued as a subprogramme within the framework of the new sectoral programme.
Parameter für ein Unterprogramm konnen auf dem Stack übergeben werden.
Parameters to a subprogram may be passed on the stack.
Jede Softwareanwendung enthält ein Unterprogramm, das die Benutzereingabe separat verarbeitet.
Every software application includes a subprogram that handles user input separately.
Das get int Unterprogramm verwendet eine einfache Register basierte Auf- rufkonvention.
The get int subprogram uses a simple, register-based calling convention.
Designer stellen sicher, dass das Unterprogramm gut mit der primären Anwendungslogik integriert ist.
Designers ensure that the subprogram integrates well with the primary application logic.
Das Hauptprogramm ruft ein Unterprogramm auf, um komplexe Berechnungen effizient durchzuführen.
The main program calls a subprogram to execute complex calculations efficiently.
Jedes Feature der App wird durch ein eigenes Unterprogramm zur Modularität repräsentiert.
Each feature of the app is represented by a distinct subprogram for modularity.
Sie können das Unterprogramm debuggen, ohne die Funktionalität des Hauptprogramms zu beeinflussen.
You can debug the subprogram without affecting the main program's functionality.