Skip to navigation


Text: FEED

[Apple II version]

Name: FEED [Show more] Type: Subroutine Category: Text Summary: Print a newline
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
.FEED LDA #12 ; Set A = 12, so when we skip MT16 and fall through into ; TT26, we print character 12, which is a newline EQUB $2C ; Skip the next instruction by turning it into ; $2C $A9 $41, or BIT $41A9, which does nothing apart ; from affect the flags ; Fall through into TT26 (skipping MT16) to print the ; newline character