diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2006-08-08 00:22:15 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2006-08-08 00:22:15 +0000 |
commit | 375187b866499e37817e2781e076b3460c2a3a1a (patch) | |
tree | 1efec15d9f2924acf739d114ff899758b7e9d6ec /samples | |
parent | cf35b1165b47dfb4c57cff1014476a3ddc886675 (diff) | |
download | mdk-375187b866499e37817e2781e076b3460c2a3a1a.tar.gz mdk-375187b866499e37817e2781e076b3460c2a3a1a.tar.bz2 |
External programs management improvement
- External programs (editor and mixasm) execution is more robustly
controlled both in mixvm and gmixvm.
- In gmixvm the external programs dialog has been revamped:
- Only proper paths can be introduced for the executables (via a
graphical file chooser).
- Flags for mixasm are no longer free text, but a check button.
- Internally, the code has been refactored.
git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-28
Diffstat (limited to 'samples')
-rw-r--r-- | samples/isains.mixal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/isains.mixal b/samples/isains.mixal index b1d7f2d..0815fab 100644 --- a/samples/isains.mixal +++ b/samples/isains.mixal @@ -1,5 +1,5 @@ -BB EQU 1(4:4) -BMAX EQU BB-1 +B EQU 1(4:4) +BMAX EQU B-1 UMAX EQU 20 TABLE NOP GOOD(BMAX) ADD FLOAT(5:5) |