Post Reply 
(11C) 100 virtual registers
03-18-2018, 04:23 PM
Post: #2
RE: (11C) 100 virtual registers
If you take into account that the program itself takes about 9 registers worth of storage away it is still worth it if numbers in the range 0-99 are enough for your program because you effectively gained 35 more registers (100 - 9*5 - 20).

The method would also work for differenty sized virtual register:

Code:

Number of registers | Possible values
--------------------+----------------
                200 | 0-9
                100 | 0-99 (default)
                 60 | 0-999
                 40 | 0-99999
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(11C) 100 virtual registers - Michael Zinn - 03-18-2018, 12:04 AM
RE: (11C) 100 virtual registers - Michael Zinn - 03-18-2018 04:23 PM
RE: (11C) 100 virtual registers - Dieter - 03-18-2018, 06:29 PM



User(s) browsing this thread: 2 Guest(s)