view .hgignore @ 373:00fced888c5d

Fix psh/pul to not accept the stack pointer as a valid argument Don't allow "pshs s", "puls s", "pshu u", or "pulu u" - none of those are valid on the 6809 (not encodable) so they need to throw an error.
author William Astle <lost@l-w.ca>
date Wed, 24 Jun 2015 19:39:13 -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$