Actually commit cc_amd64.M1 which was forgotten in the previous commit.

This commit is contained in:
Andrius Štikonas 2022-10-08 01:20:46 +01:00
parent 41393adeae
commit b18a371718
3 changed files with 5722 additions and 3 deletions

View File

@ -2544,7 +2544,7 @@ ceil_log2_iter:
jle ceil_log2_done # Otherwise be done
add rcx, 1 # RESULT = RESULT + 1
shr rbx, 1 # A = A >> 1
shr rbx # A = A >> 1
jmp ceil_log2_iter # Keep looping
ceil_log2_done:
@ -4387,7 +4387,7 @@ numerate_number:
call malloc # Get our pointer
push rax # Protect our pointer
mov rsi, rax # put pointer in right place
mov rbx, %1000000000 # Set divisor to largest positive number that fits in 32bits
mov rbx, 1000000000 # Set divisor to largest positive number that fits in 32bits
cmp rbp, 0 # Deal with 0 case
je numerate_number_ZERO # If it is

View File

@ -51,7 +51,7 @@ F0 00 # SizeOfOptionalHeader
00 00 00 00 # ImageVersion
00 00 00 00 # SubsystemVersion
00 00 00 00 # Win32VersionValue
00 20 00 00 # SizeOfImage
00 00 10 00 # SizeOfImage
70 01 00 00 # SizeOfHeaders
00 00 00 00 # CheckSum (isn't used at all)
0A 00 # Subsystem

5719
amd64/cc_amd64.M1 Normal file

File diff suppressed because it is too large Load Diff