This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:multiasm:exercisesbook:pc:sut:scenarios:win5 [2026/05/22 14:09] – created ktokarz | en:multiasm:exercisesbook:pc:sut:scenarios:win5 [2026/05/22 14:53] (current) – ktokarz | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Scenario x64_5: Implementation of integer calculation | + | ====== Scenario x64_5: |
| - | In this scenario, we will create a library with functions | + | In this scenario, we will create a library with a function |
| ** 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 | + | The sum is properly calculated and displayed by programs prepared in the previous scenarios. |
| ** Start **\\ | ** Start **\\ | ||