Commit Graph
7 Commits
Author SHA1 Message Date
0x4261756D 6085eb0d6e Add solution to project euler's problem 3 2023-12-23 22:10:07 +01:00
0x4261756D 01c062ce8f Add increment function to the standard library 2023-12-23 22:05:32 +01:00
0x4261756D 90d67867cc Fix fasm error when enqueueing ints > 2^32
On x64 the only instruction supporting imm64 is mov rXX,
imm64 so there has to be a special case for those numbers
2023-12-23 22:01:06 +01:00
0x4261756D 1f78ad0a7f Progress on Project Euler problems 2023-12-22 22:57:55 +01:00
0x4261756D 3440226658 Add newline 2023-12-22 22:19:52 +01:00
0x4261756D 1beec6190e Add decrement to the standard library 2023-12-22 22:19:52 +01:00
0x4261756D 8478b10210 Simplifications curtesy of clippy 2023-12-22 22:19:52 +01:00