Skip to content

AndhraPradesh Assembler Chall

Remove lines 20-28 in adoni.asm and run as follows:

;   ###################################################################
;   Change the values of these five constants to solve the challenge
    con1 db 0xab  ; C syntax for hex constant
    con2 db 0x00  ;
    con3 db 0x20
    con4 db 0adh    ; this form for hex constants is popular among assembly language programmers
    con5 db 0bah
;   ####################################################################