Pete's Log: what you say?!

Entry #1079, (Coding, Hacking, & CS stuff)
(posted when I was 23 years old.)

well, I suppose an assembler for Pim Lite would be a useful thing. So guess who's writing one!

I wish gnome had a GNOMEUIINFO_ITEM_STOCK_DATA macro. GNOMEUIINFO_ITEM_STOCK doesn't allow you to specify data to be passed to the callback function.

Since it reawakened at the beginning of August, Code Red has requested default.ida on malloc 48 times.

PIM lite instructions are 16 bits. 5 bit opcode, 5 bit source, 5 bit destination, and one bit left over for future use. Well, now that I've become involved, it's looking like that extra bit is gonna be added to the opcode, since with the new instructions I'm requesting, PIM Lite will find itself with more than 32 instructions. #1 instruction Pete wants added to PIM Lite: some sort of atomic test and set instruction. How like a system programmer.