ben <bfranchuk at jetnet.ab.ca> writes: > How do handle byte operations in C like *x++ on a PDP 10? With the instruction called ILBP - increment and load byte pointer. (Actually, it's more like *++x.)