On Tue, 17 Feb 2026 22:04:19 +0100, Abe Kornelis <[email protected]> wrote:
>https://bixoft.nl/John%20R.%20Ehrman%20-%20Assembler%20Language%20as%20a%20Higher%20Level%20Language%20-%20Macros%20and%20Conditional%20Assembly%20Techniques.pdf > >The part about bit handling starts at slide 114. Ehrman's caveat on using this technique is that it's always used internally in macros and never in open code. Macros SBITDEF, SBITON, SBBITON, SBITOFF, SBBITOFF and ... hide the L' which eliminates all confusion. The assumption is a macro can do anything internally because developers only need to understand the functionality and never the internal implementation.
