Aug 30, 2019 Post comments count17 Post likes count2 The sad history of Unicode printf-style format specifiers in Visual C++ Raymond Chen Getting ahead of the standard, which went a different way.
Aug 28, 2019 Post comments count4 Post likes count2 The sad history of Visual Studio’s custom __if_exists keyword Raymond Chen When times were simpler and bytes were precious.
Aug 27, 2019 Post comments count16 Post likes count2 One byte used to cost a dollar Raymond Chen The cost of software distribution.
Aug 26, 2019 Post comments count5 Post likes count1 Custom-printing your own attendee pass to the Windows 95 launch Raymond Chen Only the highest quality forgeries will do.
Aug 23, 2019 Post comments count2 Post likes count0 The SuperH-3, part 15: Code walkthough Raymond Chen Taking this thing for a spin.
Aug 22, 2019 Post comments count2 Post likes count0 The SuperH-3, part 14: Patterns for function calls Raymond Chen Different ways of setting up a function call.
Aug 21, 2019 Post comments count0 Post likes count0 The SuperH-3, part 13: Misaligned data, and converting between signed vs unsigned values Raymond Chen Okay, now we're doing some programming.
Aug 20, 2019 Post comments count0 Post likes count0 The SuperH-3, part 12: Calling convention and function prologues/epilogues Raymond Chen A typical RISC pattern.
Aug 19, 2019 Post comments count1 Post likes count0 The SuperH-3, part 11: Atomic operations Raymond Chen How do you create an atomic operation when the processor doesn't support them?
Aug 16, 2019 Post comments count8 Post likes count0 The SuperH-3, part 10: Control transfer Raymond Chen The return of the branch delay slot.