Changeset 568 in xtideuniversalbios for trunk/Assembly_Library/Src/Serial
- Timestamp:
- Dec 21, 2014, 5:37:53 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Serial/SerialServer.asm
r567 r568 83 83 84 84 %ifdef USE_UNDOC_INTEL 85 eSALC; Clear AL using CF85 salc ; Clear AL using CF 86 86 %else 87 xor a x,ax87 xor al, al 88 88 %endif 89 89 inc dx ; divisor high … … 108 108 pop dx ; base, interrupts disabled 109 109 %ifdef USE_UNDOC_INTEL 110 eSALC; Clear AL using CF110 salc ; Clear AL using CF 111 111 %else 112 xor a x,ax112 xor al, al 113 113 %endif 114 114 out dx,al
Note:
See TracChangeset
for help on using the changeset viewer.