Created
March 3, 2026 05:09
-
-
Save mit41301/372d507c7587847f9be3237b52e781b6 to your computer and use it in GitHub Desktop.
NOT operation in BASIC-52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 05 REM NOT 1'S COMP | |
| 10 FOR I=0 TO 65535 | |
| 20 PRINT NOT(I), | |
| 30 NEXT | |
| 40 END | |
| LIST | |
| RUN | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment