Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOT #3

Open
mark4th opened this issue Feb 20, 2025 · 0 comments
Open

NOT #3

mark4th opened this issue Feb 20, 2025 · 0 comments

Comments

@mark4th
Copy link

mark4th commented Feb 20, 2025

I cannot remember if it was the 79 standard or the 83 standard that had a broken definition for NOT but it was fixed in the 83 standard which Tom Zimmers FPC conformed to. The definition for NOT that you have is the old, broken definition which is simply a test for equality with zero. NOT should always be a ones complement : not -1 xor ;

FPC had a correct definition for NOT though of course it was a coded definition there :)

I wont express how I actually feel about the ans standard teams complete screw up of attempting to fix this HUGE NON PROBLEM of there beting two different definitions for the same word in the wild. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant