Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 554 Bytes

1030.md

File metadata and controls

15 lines (12 loc) · 554 Bytes

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
;   ####################################################################