kyuds / morris_counter

Robert Morris Small Register Counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

morris_counter

Robert Morris Small Register Counter

Implementation of Robert Morris's small register counter to simulate a 16 bit representation using only 8 bits. This technique gets more useful as more "counters" are used to keep track of various events

gcc example.c counter.c -o morriscounter

About

Robert Morris Small Register Counter


Languages

Language:C 100.0%