Still needed for the HP 41CL
|
08-05-2016, 06:12 PM
(This post was last modified: 08-05-2016 06:41 PM by Sylvain Cote.)
Post: #19
|
|||
|
|||
RE: Still needed for the HP 41CL
I did some other tests and I have some corrections to the numbers I had given.
First I took what Windows gave me and regenerating the raw files with HP41UC I realized the numbers were different so to be sure I have manually counted the bytes used from the binary raw file. Some stats ... W6X Total = Header + W6X15 (parser+loader) + W6X16 (parser+loader) + W6X20 (parser+loader) + W6X25 (parser+loader) + Trailer (-RTN+END) W6X 265 bytes = (10 + 8) + (11 + 50) + (11 + 50) + (11 + 50) + (11 + 51) + (-2 + 4) Header -> 18 bytes Code: LBL "W6X" W6X15 data parser -> 11 bytes Code: "W6X15" W6X15 data loader -> 50 bytes Code: LBL 00 There are 16 global labels [(16 x (Header + Trailer)) -> 16 x 20 bytes -> 320 bytes] There are 222 data parser + loader [222 x ~(11 + 50 bytes) -> 222 x ~61 bytes -> 13542 bytes] For a total of 13862 bytes so let say 14KB for the data loader part which is a little less than half of what I wrongly calculated before. Sylvain edit 1 : typo edit 2: There are 24 x 5 chr name, 103 x 6 chr name, 95 x 7 chr name that translate to the following: 222 data parser + loader [(24 x ~(11 + 50 bytes)) + (103 x ~(12 + 50 bytes)) + (95 x ~(13 + 50 bytes))] -> 1464 + 6386 + 5985 -> 13835 bytes |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 11 Guest(s)