Re: GLX Player the only XT player ? Check Mod Master...
Posted on 2019-05-29, 18:33
When it comes to 808x optimization, the smaller code is almost always faster -- the bottleneck for just about everything is taking 4 cycles just to read a byte of memory (on 8086, 4 cycles to read a word of memory). My favourite rule of thumb to get a rough idea of whether a code change will …