Integer comparison: Difference between revisions

m
Line 70:
Code is called as a subroutine (i.e. JSR Compare).
Specific OS/hardware routines for user input and printing are left unimplemented.
It should be noted that this is strictly an unsigned comparison.
<lang 6502asm>Compare PHA ;push Accumulator onto stack
JSR GetUserInput ;routine not implemented
1,489

edits