Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-08 | Update assembler | Igor Pashev | 3 | -406/+0 |
2022-10-18 | Use syscall instead of int $0x80 | Igor Pashev | 1 | -12/+11 |
2012-12-05 | Typo | Igor Pashev | 1 | -4/+4 |
2011-07-14 | gcd-x86-solaris.s 16 = 4 * 4 | Igor Pashev | 1 | -1/+1 |
2011-07-14 | gcd-x86-solaris.s typos: linux -> solaris | Igor Pashev | 1 | -10/+10 |
2011-07-14 | Added gcd-x86-solaris.s: 32 bits Solaris 11 on x86 | Igor Pashev | 1 | -0/+142 |
2011-07-09 | No need of stack, we have extra registers: %r8 - %r15 | Igor Pashev | 1 | -5/+4 |
2011-07-09 | Added gcd-x86_64-linux.s (64 bits linux) | Igor Pashev | 1 | -0/+128 |
2011-07-04 | GNU assembler for x86 (32 bits) Linux | Igor Pashev | 1 | -0/+138 |