From: "Patrick R. Michaud via RT" <[EMAIL PROTECTED]> Date: Mon, 21 Apr 2008 18:00:31 -0700
On Sat, Apr 12, 2008 at 08:26:34PM -0700, Bob Rogers wrote: > The ops in src/ops/stack.ops are holdovers from the bad old days of > limited registers. In modern times, it is more versatile (and probably > faster) to create an array and use it as an explicit stack via push and > pop operations. I've conducted a review of the codebase to see where stack ops are being used . . . Comments welcomed. Pm This all agrees with what I found. Old PASM examples are counterproductive; they teach obsolete techniques, and we should be steering beginners towards PIR in any case. So I'd say just get rid of them. -- Bob