Changeset 26 for trunk/enter.asm
- Timestamp:
- Apr 18, 2014, 8:10:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/enter.asm
r2 r26 6 6 mov ebx,[ebp+8] ; first parameter to function 7 7 8 9 ;; bts bitbase bitoffset 10 ;; selects the bitoffset bit in bitbase, 11 ;; stores the value in the CF flag, and sets the bit to 1 8 12 spin: lock bts dword [ebx], 0 9 13 jc spin
Note:
See TracChangeset
for help on using the changeset viewer.