Post Reply 
[SOLVED] DSRN (dog slow roman numerals)
06-14-2014, 05:04 PM
Post: #26
RE: DSRN (dog slow roman numerals)
(06-14-2014 02:27 AM)kakima Wrote:  Doesn't do much for the speed, but a ridiculously simple change shaves more than 10% off the size.

Code:
...
DEFINE  RomNumSub     2GETEVAL
...

Thanks for pointing that out, kakima. 2GETEVAL is one of the (many) SysRPL statements that I hadn't yet run across.

(06-14-2014 02:27 AM)kakima Wrote:  ...
PTR 27208 BIND
...I also saved another five bytes in the binding.

For anyone else that's using Debug4x, the line referenced above doesn't seem to compile properly (at least it didn't on my system). You can substitute the following:
Code:
3NULLLAM{}_ BIND
This does the same thing.

- David
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: DSRN (dog slow roman numerals) - HP67 - 06-11-2014, 07:06 PM
RE: DSRN (dog slow roman numerals) - HP67 - 06-12-2014, 11:44 AM
RE: DSRN (dog slow roman numerals) - HP67 - 06-12-2014, 04:49 PM
RE: DSRN (dog slow roman numerals) - HP67 - 06-15-2014, 12:02 PM
RE: DSRN (dog slow roman numerals) - HP67 - 06-16-2014, 06:09 AM
RE: DSRN (dog slow roman numerals) - HP67 - 06-12-2014, 05:46 PM
RE: DSRN (dog slow roman numerals) - DavidM - 06-14-2014 05:04 PM



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