OpenCores
URL https://opencores.org/ocsvn/8051/8051/trunk

Subversion Repositories 8051

[/] [8051/] [trunk/] [asm/] [test.asm] - Rev 186

Compare with Previous | Blame | View Log


        mov a, #10h     ;
        mov 15h, #20h   ;
        mov 25h, 15h    ;
        orl 25h, #1h    ;
        add a, 25h      ;
        mov p0, a       ;

done:
        ajmp done       ;

end

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.