Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:multiasm:exercisesbook:pc:sut:scenarios:win5 [2026/05/22 14:13] ktokarzen:multiasm:exercisesbook:pc:sut:scenarios:win5 [2026/05/22 14:53] (current) ktokarz
Line 1: Line 1:
 ====== Scenario x64_5: Passing parameters to procedures. Implementation of the integer calculation function. ====== ====== Scenario x64_5: Passing parameters to procedures. Implementation of the integer calculation function. ======
-In this scenario, we will create a library with functions performing the simple calculations on integers. We will start by writing a function for adding six integer values. This example will present argument passing through the registers and also through the stack, showing the order and addresses of stack-allocated arguments.+In this scenario, we will create a library with a function performing simple calculations on integers. Our function will add six integer values. This example will present argument passing through the registers and also through the stack, showing the order and addresses of stack-allocated arguments.
  
 ** Prerequisites **\\ ** Prerequisites **\\
-Read the section “Creating static libraries”, where the conversion library and main program are described, and the initial code of both is presented. You should have the main program and library with conversion functions ready to be able to print results in a console.+Read the section “Creating static libraries”. You should have the main program and library with conversion functions ready to be able to print results in a console. They are presented in previous scenarios.
  
 ** Scenario **\\ ** Scenario **\\
Line 9: Line 9:
  
 ** Result **\\ ** Result **\\
-The sum is properly calculated and displayed by programs prepared in the previous scenarios (x64_1 and x64_2).+The sum is properly calculated and displayed by programs prepared in the previous scenarios.
  
 ** Start **\\ ** Start **\\
en/multiasm/exercisesbook/pc/sut/scenarios/win5.txt · Last modified: by ktokarz
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0