Built a Wolfenstein-style DDA Raycaster in pure x86-64 assembly on Linux. A few self-imposed constraints: no libc no runtime no allocator no floating point entry point is _start The final binary is 69 KB (which took far longer than I'd like to admit) and runs at a 60 FPS in a terminal. Everything is built on top of Linux syscalls, ANSI escape...