This is the jump table from the CML12S-DP256 v2.7F

» Read More

Using code from the manufacturer Axiom and several data sheets to figure out what they are talking about I finally found how to send your own character to the CGRAM (Character Generator RAM).

This applies to the CML-9S12DP256 from Axiom with the add on LCD module (Fema CM204P-SGR1) running on a SPLC780D controller.

» Read More

Quick example accomplishing an RS Latch with Verilog Data Flow.

» Read More

Ever needed to print out a hex string but needed a converter. Probably not because its build into most string classes. Though if you can't use a string class then you might just need something like this.

» Read More

Here is an example of a three bit multiplication in Verilog made to fit into a EPM7160SLC84-10.

I think I wrote a four bit one that I will try to find.

» Read More

Here is a quick way for you to decode a one hot state value into a binary representation. This code is built for the MIPS32 architecture.

» Read More

The battle of the standards is constantly a struggle. I found myself needing a solution to the jQuery Click/Double Click problem. This example will send one click or double click to the helper functions. Compatible with Firefox and IE > 6.

» Read More

Its a nice tag line but really I am just going to step back from the sales pitch and offer code. If you have questions or comments feel free to post away.