simh-testsetgenerator/AltairZ80
Patrick Linstruth 7a5432d9e2 AltairZ80: Add "MEM" and "REG" simulator-specific commands
sim> mem df00
DF00 C3 5C E2 C3 58 E2 7F 00 43 6F 70 79 72 69 67 68 .\..X...Copyrigh
DF10 74 20 31 39 37 39 20 28 63 29 20 62 79 20 44 69 t 1979 (c) by Di
DF20 67 69 74 61 6C 20 52 65 73 65 61 72 63 68 20 20 gital Research
DF30 20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00     ............
DF40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
DF50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
DF60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ....s...ub...m..
DF70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..I..tT...e.....
DF80 00 00 00 00 00 00 00 00 08 DF 00 00 5F 0E 02 C3 d....4...l.._0.r
DF90 05 00 C5 CD 8C DF C1 C9 3E 0D CD 92 DF 3E 0A C3 .d..M...>....>..
DFA0 92 DF 3E 20 C3 92 DF C5 CD 98 DF E1 7E B7 C8 23 ..> ..a.....~..#
DFB0 E5 CD 8C DF E1 C3 AC DF 0E 0D C3 05 00 5F 0E 0E ...r........._..
DFC0 C3 05 00 CD 05 00 32 EE E6 3C C9 0E 0F C3 C3 DF ...K..2..<..'.s.
DFD0 AF 32 ED E6 11 CD E6 C3 CB DF 0E 10 C3 C3 DF 0E .2...a...p.P....
DFE0 11 C3 C3 DF 0E 12 C3 C3 DF 11 CD E6 C3 DF DF 0E ...r...0..v.....
DFF0 13 C3 05 00 CD 05 00 B7 C9 0E 14 C3 F4 DF 11 CD .....a.l........

sim> reg
C0Z1M0E1I1 A=02 B=007F D=DF06 H=EA0E S=EA37 P=FA6B ANI 01h
sim> set on
sim> on error reg
sim> s

Step expired, PC: 0FA6D (JZ 0FA69h)
C0Z1M0E1I1 A=00 B=007F D=DF06 H=EA0E S=EA37 P=FA6D JZ 0FA69h
sim> s

Step expired, PC: 0FA69 (IN 10h)
C0Z1M0E1I1 A=00 B=007F D=DF06 H=EA0E S=EA37 P=FA69 IN 10h
sim> s

Step expired, PC: 0FA6B (ANI 01h)
C0Z1M0E1I1 A=02 B=007F D=DF06 H=EA0E S=EA37 P=FA6B ANI 01h
2022-11-23 11:22:12 -05:00
..
m68k Fix AltairZ80 compilation with Visual Studio 2008 (#85) 2022-10-24 17:15:51 -04:00
altairz80_cpu.c AltairZ80: Add "MEM" and "REG" simulator-specific commands 2022-11-23 11:22:12 -05:00
altairz80_cpu_nommu.c AltairZ80: Removed obsolete platform dependency 2020-06-07 11:49:18 +02:00
altairz80_defs.h AltairZ80: Add "MEM" and "REG" simulator-specific commands 2022-11-23 11:22:12 -05:00
altairz80_dsk.c AltairZ80: New iCOM device, PTP port command, code cleanup 2020-11-28 14:02:01 +01:00
altairz80_hdsk.c AltairZ80: M68K: Move Musashi to m68k directory. 2022-10-08 00:24:49 -07:00
altairz80_mhdsk.c AltairZ80: Improved resource mapping diagnostics. 2020-05-27 10:30:47 +02:00
altairz80_net.c AltairZ80: Removed obsolete platform dependency 2020-06-07 11:49:18 +02:00
altairz80_sio.c AltairZ80: SIO: Fix warning for type mismatch. 2022-11-10 10:45:46 -05:00
altairz80_sys.c AltairZ80: Morrow HDC-DMA Hard Disk Controller. 2022-11-15 12:21:58 -05:00
disasm.c AltairZ80: Clean up of source code formatting 2018-06-17 08:37:08 +02:00
flashwriter2.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
i86.h ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
i86_decode.c AltairZ80: SIO: Add setFCBAddressCmd to simh_dev. 2022-11-07 09:22:14 -05:00
i86_ops.c AltairZ80: i86: Don't clear segment override on REPE/REPNE 2022-11-06 16:41:51 -05:00
i86_prim_ops.c AltairZ80: Mark Coverity false positives in rotate operations 2017-04-01 08:48:43 +02:00
i8272.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
i8272.h AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
insns.h Notes For V3.8 2011-04-15 08:35:54 -07:00
insnsd.c Notes For V3.8 2011-04-15 08:35:54 -07:00
m68ksim.c AltairZ80: M68K: Fix hang with 'expect' 2022-10-08 00:25:25 -07:00
m68ksim.h AltairZ80: Clean up of source code formatting 2018-06-17 08:37:08 +02:00
mfdc.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
mfdc.h AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
n8vem.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
nasm.h AltairZ80: Fix uninitialized variable (Coverity Scan) 2017-03-13 21:59:37 +01:00
s100_2sio.c AltairZ80: Improved vector interrupt implementation 2021-12-04 20:42:03 +01:00
s100_64fdc.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_adcs6.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_disk1a.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_disk2.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_disk3.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_dj2d.c AltairZ80: Fix Coverity identified issues in s100_jd2d.c 2022-03-14 14:55:50 +01:00
s100_djhdc.c AltairZ80: DJHDC: Conditionalize interrupt support. 2022-11-19 13:48:34 -05:00
s100_fif.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_hayes.c AltairZ80: Updated Morrow Disk Jockey disk controller and minor code cleanup 2021-01-18 20:43:56 +01:00
s100_hdc1001.c AltairZ80: s100_hdc1001: fix bug in format. 2022-11-01 21:08:20 -07:00
s100_icom.c AltairZ80: Updated ICOM device 2021-02-09 13:34:53 +01:00
s100_if3.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_jadedd.c AltairZ80: Removed obsolete platform dependency 2020-06-07 11:49:18 +02:00
s100_mdriveh.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_mdsa.c AltairZ80: Removed obsolete platform dependency 2020-06-07 11:49:18 +02:00
s100_mdsad.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_pmmi.c AltairZ80: Updated Morrow Disk Jockey disk controller and minor code cleanup 2021-01-18 20:43:56 +01:00
s100_scp300f.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_selchan.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
s100_ss1.c Fix AltairZ80 compilation with Visual Studio 2008 (#85) 2022-10-24 17:15:51 -04:00
s100_tarbell.c AltairZ80: New iCOM device, PTP port command, code cleanup 2020-11-28 14:02:01 +01:00
s100_tdd.c AltairZ80: TDD: Remove unused variable. 2022-11-19 13:48:34 -05:00
vfdhd.c AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
vfdhd.h AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
wd179x.c AltairZ80: wd179x: Improve debugging for WRITE_TRACK. 2022-11-01 21:08:27 -07:00
wd179x.h AltairZ80: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00