Timeline for Tips for golfing in x86/x64 machine code
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 2, 2024 at 13:07 | history | edited | ecm | CC BY-SA 4.0 | fix missing linebreak after closing code fence |
| Oct 1, 2024 at 10:09 | history | edited | ecm | CC BY-SA 4.0 | add example from original fatboot.zip |
| Oct 27, 2021 at 17:32 | comment | added | Peter Cordes | My answer on Golf a Custom Fibonacci Sequence is another example of the same idea. The first instruction I wanted for my loop happened to be opcode 01 add, so an EB byte before the loop made the first trip through decode as jmp rel8=+1, jumping to the end of the 2-byte add instruction. I first learned of the idea from Ira Baxter's answer on Can assembled ASM code result in more than a single possible way (except for offset values)? | |
| S Sep 20, 2021 at 13:30 | review | First answers | |||
| Sep 20, 2021 at 13:31 | |||||
| S Sep 20, 2021 at 13:30 | history | edited | ecm | CC BY-SA 4.0 | change block quote to do automatic linebreaks, fix one code format block |
| Sep 20, 2021 at 13:27 | comment | added | rydwolf♦ | Welcome to Code Golf! This is a great tip! | |
| S Sep 20, 2021 at 13:26 | review | First answers | |||
| Sep 20, 2021 at 13:27 | |||||
| S Sep 20, 2021 at 13:26 | history | answered | ecm | CC BY-SA 4.0 |