Started doing some actual work today. Then I encountered this comment:
/* Magic constant computed by inspecting the code length of the following assembly language snippet ... */
In the haskell runtime. Followed by ASM encoded in hex. Yeah.. no thanks.
@joeyh ASM encoded in hex is just... machine code, isn't it?
@JordiGHit's more asm encoded as hex plus enough macros to almost be an assembler..
@JordiGH
it's more asm encoded as hex plus enough macros to almost be an assembler..