sumberg / kex_japan_2018

Comparison of methods for controlling legacy hardware from a modern micro-controller
GNU General Public License v3.0
2 stars 0 forks source link

[#5] Define test program #10

Closed sieken closed 6 years ago

sieken commented 6 years ago

Parent issue: #5

Write a set of instruction that will be executed by the slave unit. This will be the "test program" that performance measurements should be based on.

sumberg commented 6 years ago

The test program is a burst of mixed instructions (accumulator, memory-mapped, etc) to mimic real-world applications. It bombards either the shared memory or the slave unit directly through the emulated ROM, and the slave executes accordingly.

Task done.