view .hgignore @ 485:bf24b8c856d1

Update "clrq" convenience instruction to be slightly faster From Doug Masten <doug@dougmasten.com> who says: This is not a bug fix but a very tiny optimization for the "clrq" convenience instruction in LWTOOLS. This patch changes it from "clra; clrb; tfr d,w" to "clrd; clrw". The new instructions now take 2 clock cycles less for a total of 4 clock cycles.
author William Astle <lost@l-w.ca>
date Wed, 24 Apr 2019 19:53:08 -0600
parents f90c9b044220
children 5b8871fd7503
line wrap: on
line source

\.exe$
\.o$
\.d$
\.a$
~$
\.orig$
/lwbasic$
/lwlink$
/lwobjdump$
/lwar$
/lwasm$
/lwcc/lwcc$
/lwcc/lwcpp$

# for windows
\.suo$
\.sdf$
\.opensdf$
\Debug$
\Release$