Skip to content

Instantly share code, notes, and snippets.

@mit41301
Created March 3, 2026 05:09
Show Gist options
  • Select an option

  • Save mit41301/372d507c7587847f9be3237b52e781b6 to your computer and use it in GitHub Desktop.

Select an option

Save mit41301/372d507c7587847f9be3237b52e781b6 to your computer and use it in GitHub Desktop.
NOT operation in BASIC-52
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