Changeset 148 for sbliveos2/trunk/drv32/devhlp.asm
- Timestamp:
- Apr 26, 2000, 8:01:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv32/devhlp.asm
r142 r148 63 63 64 64 public GetTKSSBase 65 public iodelay32_ 65 66 extrn DevHlp : near 67 extrn DOSIODELAYCNT : ABS 66 68 67 69 ALIGN 4 … … 120 122 GetTKSSBase endp 121 123 124 iodelay32_ proc near 125 mov eax, DOSIODELAYCNT 126 align 4 127 @@: dec eax 128 jnz @b 129 loop iodelay32_ 130 ret 131 iodelay32_ endp 132 122 133 CODE32 ends 123 134
Note:
See TracChangeset
for help on using the changeset viewer.