MRC_Hans
Penultimate Amazing
- Joined
- Aug 28, 2002
- Messages
- 24,967
Those of us that write or review source code will often see comments of more wit than just:
# Branch here if not found.
etc.
So I thought we could make a collection, here. I'll start with one I met long ago:
The AIM65 tabletop computer anno @ 1975 had a built-in assembler. Once you had compiled your assembly code, you would type in the starting address and toggle the run switch. The operating system would push the two address bytes onto the stack, and perform an RTI
(Return from Interrupt). Comment in source code:
# And away we go!
Hans
# Branch here if not found.
etc.
So I thought we could make a collection, here. I'll start with one I met long ago:
The AIM65 tabletop computer anno @ 1975 had a built-in assembler. Once you had compiled your assembly code, you would type in the starting address and toggle the run switch. The operating system would push the two address bytes onto the stack, and perform an RTI
# And away we go!
Hans