Search found 3 matches

by garynewport
Sun Jul 13, 2014 8:39 pm
Forum: Emulation and Simulation
Topic: Emma II
Replies: 1
Views: 1461

Re: Emma II

Okay, I have made some progress.

&H0010 through to &H0017 hold the values used on the display. The values are nibble values with 01, 02, 04 and 08 being low byte whilst 10, 20, 40 and 80 are high byte. Since it runs 01, 02, 04, 08, 10, 20, 40, 80 from top to right to bottom to left to centre then ...
by garynewport
Sun Jul 13, 2014 5:30 pm
Forum: Emulation and Simulation
Topic: Emma II
Replies: 1
Views: 1461

Emma II

I have been working on this simulator of the Emma II and have it working with some basic instruction sets.

However, the display routine only works through standard VB instructions and not as part of the actual addresses of the Emma. I want to build the 7 segment displays into the actual code but ...
by garynewport
Sat Jul 05, 2014 7:40 pm
Forum: Emulation and Simulation
Topic: SOLVED: Emma II Simulation
Replies: 2
Views: 3803

SOLVED: Emma II Simulation

I am currently rebuilding my Emma II simulator that I began at the beginning of the year.

The reason for the rebuild is that I have successful gotten my Emma II board to work and so now want to make my simulator mimic the exact behaviour as much as possible. Previously it was an excuse to get a ...