As oposed to what
https://github.com/free-pdk/fppa-pdk-documentation/blob/master/Reserved_Area_Last_8_Words_Of_Codemem.txt says, the LVR seems not to be configured via the last word but the MISC_LVR register:
For 4.0V:
0x0007: 0x2fe0 MOV A, 0x00
0x0008: 0x019b MOV IO(0x1B), A ;MISC_LVR
For 3.5V:
0x0007: 0x2fe0 MOV A, 0x20
0x0008: 0x019b MOV IO(0x1B), A ;MISC_LVR
For 3.0V:
0x0007: 0x2fe0 MOV A, 0x40
0x0008: 0x019b MOV IO(0x1B), A ;MISC_LVR
For 2.75V:
0x0007: 0x2fe0 MOV A, 0x60
0x0008: 0x019b MOV IO(0x1B), A ;MISC_LVR
For 2.5V:
0x0007: 0x2fe0 MOV A, 0x80
0x0008: 0x019b MOV IO(0x1B), A ;MISC_LVR
For 1.8V:
0x0007: 0x2fe0 MOV A, 0xA0
0x0008: 0x019b MOV IO(0x1B), A ;MISC_LVR
For 2.2V:
0x0007: 0x2fe0 MOV A, 0xC0
0x0008: 0x019b MOV IO(0x1B), A ;MISC_LVR
For 2.0V:
0x0007: 0x2fe0 MOV A, 0xE0
0x0008: 0x019b MOV IO(0x1B), A ;MISC_LVR