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
CJNE A, #27, NOT_EQL | |
EQL: ;A=27 | |
; Your Code Here | |
SJMP END_CMP | |
NOT_EQL: ; Your Code Here | |
JC A_LESS | |
A_GREATER: ;A > 27 | |
; Your Code Here | |
SJMP END_CMP | |
A_LESS: ;A < 27 |