Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6464 → Rev 6465

/programs/develop/libraries/libcrash/trunk/crc32.asm
16,15 → 16,6
; along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 
CRC32_HASH_SIZE = 4
CRC32_ALIGN = 4
CRC32_ALIGN_MASK = CRC32_ALIGN - 1
 
struct ctx_crc32
hash rd 1
ends
 
 
proc crc32.init _ctx
mov ebx, [_ctx]
lea edi, [ebx + ctx_crc32.hash]