diff --git a/README.md b/README.md index dbe4780..ba5d745 100644 --- a/README.md +++ b/README.md @@ -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.