URL
https://opencores.org/ocsvn/8051/8051/trunk
[/] [8051/] [trunk/] [asm/] [serial_test.asm] - Diff between revs 2 and 51
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 51 |
Line 324... |
Line 324... |
jc error1 ;
|
jc error1 ;
|
;
|
;
|
; transmit / receive
|
; transmit / receive
|
;
|
;
|
mov b,#000h ;
|
mov b,#000h ;
|
mov ie, #092h ;
|
mov ie, #082h ;
|
mov 7fh, #012h ; error 12
|
mov 7fh, #012h ; error 12
|
mov a, #0d0h ; external mode 3 receive
|
mov a, #0d0h ; external mode 3 receive
|
movx @r0, a ;
|
movx @r0, a ;
|
mov scon, #0d8h ;
|
mov scon, #0d8h ;
|
mov r2, #097h ;
|
mov r2, #097h ;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.