Reverse engineering “Hello World” in QuickBASIC 3.0

8 points by abnercoimbre


abnercoimbre

Super fun read. From the article:

But I kid you not: the binary I am going to analyze [...] was really created by compiling

10 PRINT "Hello, world!"

[...] the execution takes about 8000 assembly instructions.