There is a tn.s inside the zip. I hoped that would be compatible, but jwasm does not accept it.
Does anybody know how to compile C - Code into assembly for masm? The relevant part looks like
doWork:
.LFB64:
.cfi_startproc
movq %rcx, %rax
shrq %rax
cmpq %rax, %rdx
ja .L10
addq %r8, %r8
movl $1, %r10d
.p2align 4,,10
.p2align 3
.L11:
movq %rsi, %r9
movl %esi, %ecx
movq %r10, %r11
shrq $6, %r9
salq %cl, %r11
movl %edx, %ecx
orq %r11, (%rdi,%r9,8)
movq %rdx, %r9
movq %r10, %r11
shrq $6, %r9
addq %r8, %rdx
salq %cl, %r11
addq %r8, %rsi
orq %r11, (%rdi,%r9,8)
cmpq %rax, %rdx
jbe .L11
.L10:
cmpq %rax, %rsi
jae .L9
movq %rsi, %rdx
movl $1, %eax
movl %esi, %ecx
shrq $6, %rdx
salq %cl, %rax
orq %rax, (%rdi,%rdx,8)
.L9:
rep
ret
.cfi_endproc
I try to find a free compiler for win and come back then.