Changeset 9e738b65 in rtems for c/src/lib/libbsp/i386/go32/timer/timerisr.s
- Timestamp:
- Jul 20, 1995, 7:20:31 PM (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1690c6b
- Parents:
- 3b170f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/go32/timer/timerisr.s
r3b170f5 r9e738b65 27 27 PUBLIC(timerisr) 28 28 29 SYM (timerisr): 30 31 pushedx32 pusheax33 movw$0x20,dx34 movedx,eax35 outb al,(dx)# touch interrupt controller36 popeax37 popedx38 29 SYM (timerisr): 30 addl $250,_Ttimer_val # another 250 microseconds 31 push edx 32 push eax 33 movw $0x20,dx 34 mov edx,eax 35 outb al,(dx) # touch interrupt controller 36 pop eax 37 pop edx 38 iret 39 39 40 40 END_CODE
Note: See TracChangeset
for help on using the changeset viewer.