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.
Aug 15, 2019 Post comments count0 Post likes count0 The SuperH-3, part 9: Constants Raymond Chen Squeezing constants into a tiny instruction.
Aug 14, 2019 Post comments count2 Post likes count0 The SuperH-3, part 8: Bit shifting Raymond Chen Sliding left and right.
Aug 13, 2019 Post comments count2 Post likes count0 The SuperH-3, part 7: Bitwise logical operations Raymond Chen Just the basic operations, not much fancy.