Post Reply 
ERAMCO MLDL MCODE Source Listings
04-05-2018, 05:11 AM (This post was last modified: 04-05-2018 05:13 AM by Ángel Martin.)
Post: #8
RE: ERAMCO MLDL MCODE Source Listings
Adding to the seemingly confusing versions and revisions situation, there is another EPROM that looks like a derivative / evolution of the initial ones. That's the -MLEPROM_1H, which contents are shown below. The XROM# is also different, #4

I've been looking into the code for this last one in more detail. It *assumes* that the X-Functions module is plugged in page #8 and makes direct calls to addresses in that page, not a good practice but I understand why they did it back them. I have converted many of those calls to a CX-based schema, with the exception of cases were the routine called is in the bank-switched page #5 - this makes two functions unusable, "SUB$" and "KEY".

Code:
XROM    Function
XROM 04.00    -MLEPROM_1H
XROM 04.01    BCDBIN
XROM 04.02    GOLONGA
XROM 04.03    RXR
XROM 04.04    RXL
XROM 04.05    X+Y
XROM 04.06    X+X
XROM 04.07    NSTO
XROM 04.08    NRCL
XROM 04.09    CODE
XROM 04.10    DECODE
XROM 04.11    PURFCN
XROM 04.12    FAT
XROM 04.13    NAME
XROM 04.14    NAME?
XROM 04.15    "P8"
XROM 04.16    XCAT
XROM 04.17    AVIEW
XROM 04.18    TFX
XROM 04.19    ROM-REG
XROM 04.20    REG-ROM
XROM 04.21    READEM
XROM 04.22    WRTEM
XROM 04.23    NEWDIR
XROM 04.24    FLLENG
XROM 04.25    INIT
XROM 04.26    COPYROM
XROM 04.27    MNEMO
XROM 04.28    DCDROM
XROM 04.29    HEXPR
XROM 04.30    D-H
XROM 04.31    H-D
XROM 04.32    ENTRY?
XROM 04.33    POKE
XROM 04.34    XYZPOKE
XROM 04.35    SUB$
XROM 04.36    COMPARE
XROM 04.37    LB
XROM 04.38    NNN
XROM 04.39    /MOD
XROM 04.40    XYZASN
XROM 04.41    NOT
XROM 04.42    USER
XROM 04.43    COMPILE
XROM 04.44    NEWCAT
XROM 04.45    BINBCD
XROM 04.46    KEY
XROM 04.47    MLIADDR
XROM 04.48    RSUM

"To live or die by your own sword one must first learn to wield it aptly."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ERAMCO MLDL MCODE Source Listings - Ángel Martin - 04-05-2018 05:11 AM



User(s) browsing this thread: 1 Guest(s)