Changeset 26 for trunk/enter.asm


Ignore:
Timestamp:
Apr 18, 2014, 8:10:14 AM (10 years ago)
Author:
Mattia Monga
Message:

Programmi 2014

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/enter.asm

    r2 r26  
    66        mov   ebx,[ebp+8]     ; first parameter to function
    77
     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
    812spin:   lock bts dword [ebx], 0
    913        jc spin
Note: See TracChangeset for help on using the changeset viewer.