Hacker News new | ask | show | jobs
by selectodude 4468 days ago
I wonder if they deleted all the "fucks" out of it. The Win2K source code was good for a laugh.
3 comments

Word v1.1a:

    $ grep -ri fuck .
    ./Opus/asm/wordgrep.asm:; BP  is used as always, the other registers are free to fuck with.
    ./Opus/asm/wordgrep.asm:	je	another_fucking_out_of_range_jump
    ./Opus/asm/wordgrep.asm:another_fucking_out_of_range_jump:
MS-DOS v1.1 & v2.0:

    $ grep -ri fuck .
MS-DOS would have been delivered to IBM as code, so they cleaned it up for the suits. Word on the other hand...

  ;FIND.ASM
  165 badfart proc    far             ;(what a hack!!)
  166         ret
  167 badfart endp
May I ask how common is this uncouth behaviour? I do remember this [0] being posted a few months ago, apparently "penguin" is an expletive (what the fuck?).
Uh, it seems that you forgot to include the source you're referencing...