diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-07-21 21:14:05 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-07-21 21:14:05 +0000 |
commit | 3114b7c719e74e961766a41b335f50dac14d9e79 (patch) | |
tree | 7c43991f350af105a2af6b4e6a920c62d6451f3e /samples | |
parent | b5e6f0dc1f93f672ba29a364b4d9244d8639d482 (diff) | |
download | mdk-3114b7c719e74e961766a41b335f50dac14d9e79.tar.gz mdk-3114b7c719e74e961766a41b335f50dac14d9e79.tar.bz2 |
mem and register conditional breakpoints
Diffstat (limited to 'samples')
-rw-r--r-- | samples/.cvsignore | 1 | ||||
-rw-r--r-- | samples/cbp.mixal | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/samples/.cvsignore b/samples/.cvsignore index 18ddd94..bebe302 100644 --- a/samples/.cvsignore +++ b/samples/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in cardwr.dev +cbp.mix disk0.dev disk1.dev disk2.dev diff --git a/samples/cbp.mixal b/samples/cbp.mixal new file mode 100644 index 0000000..b436c8c --- /dev/null +++ b/samples/cbp.mixal @@ -0,0 +1,13 @@ +* testing conditional breakpoints + ORIG 2000 +START ENTA 100 + STA 1000 + ENTX 200 + STX 1001 + CMPA 1001 * cmp flag changed + CMPX 1000 * cmp flag changed + DIV 1002 * over toggle + END START + + + |