This shows you the differences between two versions of the page.
| en:multiasm:exercisesbook:pc:sut:scenarios:win4 [2026/05/22 14:08] – created ktokarz | en:multiasm:exercisesbook:pc:sut:scenarios:win4 [2026/05/22 14:09] (current) – ktokarz | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Scenario x64_4: Converting floating point values to text ======= | + | ====== Scenario x64_4: Converting floating point values to text ====== |
| As the second scenario, we will add to our library a function for displaying floating-point values. This function will allow us to display the results of calculations we implement in further scenarios. According to x64 Windows ABI rules, floating-point values should be passed through XMM registers. We will display a single value, so we'll use the XMM0 register. | As the second scenario, we will add to our library a function for displaying floating-point values. This function will allow us to display the results of calculations we implement in further scenarios. According to x64 Windows ABI rules, floating-point values should be passed through XMM registers. We will display a single value, so we'll use the XMM0 register. | ||