Posted by
gfdsa on Jun 8th, 2006 in
LJ posts |
0 comments
// Preconditions: variable i in memory
// Post conditions: variable i incremented by one
// Method:
// 1: fetch i from memory into register
// 2: increase register value by 1
// 3: write value of register into memory
i++;
via planetkde
Leave a Reply