URL
https://opencores.org/ocsvn/8051/8051/trunk
[/] [8051/] [trunk/] [asm/] [test.asm] - Blame information for rev 186
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
155 |
simont |
|
2 |
|
|
mov a, #10h ;
|
3 |
|
|
mov 15h, #20h ;
|
4 |
|
|
mov 25h, 15h ;
|
5 |
|
|
orl 25h, #1h ;
|
6 |
|
|
add a, 25h ;
|
7 |
|
|
mov p0, a ;
|
8 |
|
|
|
9 |
|
|
done:
|
10 |
|
|
ajmp done ;
|
11 |
|
|
|
12 |
|
|
end
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.