This commit is contained in:
Andreas Abel
2019-03-25 15:10:25 +01:00
parent 1f9c1f2321
commit c91ffef8f8

View File

@@ -64,7 +64,7 @@ The config file contains the required information for configuring the programmab
The assembler code sequence may use and modify any general-purpose or vector registers (unless the `-loop` or `-no_mem` options are used), including the stack pointer. There is no need to restore the registers to their original values at the end.
R14, RDI, RSI, RSP, and RBP are initialized with addresses in the middle of dedicated memory areas (of about 1 MB each), that can be freely modified by the assembler code.
R14, RDI, RSI, RSP, and RBP are initialized with addresses in the middle of dedicated memory areas (of 1 MB each), that can be freely modified by the assembler code.
All other registers have initially undefined values. They can, however, be initialized as shown in the following example.