HN: 'Whats up, World' を x86 アセンブリで繰り返しますが、意味不明に製造します
gibberish is a simple ‘Hello, World!’ program written in x86 assembly, which doesn’t reuse instructions and barely makes any sense. We have branched off a version of gibberish, which defines the ‘Hello, World!’ string directly in the source and compiled binary instead of scattering its bytes all over, before and during execution. This branch also…