Jump to content
IGNORED

Mechatronics GramKarte


9640News

Recommended Posts

Does anyone have some commented assembly code (in English) documenting the use of the Gramkarte memory banking?

 

The pdf at Index of /datasheets and manuals/Hardware/Mechatronic (whtech.com) leaves a bit to be desired and I am wanting to make sure I have a good understanding of some German commented and google translated code that uses the memory for ram storage.

 

Beery

 

*******************************
*                             *
*      PROGLOG                *
*                             *
*******************************
MEMPRO DATA MEMWS,MEMPPG
MEMWS  BSS  >20
MEMPPG LI   12,GRMCRU         * CRU-BASIS
       SBO  1                 * ROM'S AUS
       SBO  5                 * ALLE BYTES
       LI   12,MEMEXP
       SBO  0                 * RAM AUF >0000 - >1FFF FUER PREFIX
       SBO  2                 * RAM AUF >6000 - >7FFF FUER SUFFIX
       RTWP
 
*******************************
*                             *
*      EPILOG                 *
*                             *
*******************************
MEMEPI DATA MEMWS,MEMEPG
MEMEPG LI   12,MEMEXP         * ALLE 16-BIT SPEICHER AUS
       SBZ  0
       SBZ  1
       SBZ  2
       LI   12,GRMCRU         * GRAM-KARTEN WIEDER AUF "NORMAL"
       SBZ  1
       SBZ  5
       RTWP
 

 

 

  • Like 1
Link to comment
Share on other sites

"ROMs aus" = "ROMs off"

"Alle Bytes" = "All bytes"

"RAM auf xxxx-yyyy fuer Prefix" = "RAM on xxxx-yyyy for prefix" (whatever this means)

"Alle 16-bit Speicher aus" = "Turn off all 16-bit memories"

"GRAM-Karten wieder auf normal" = "GRAM cards back to normal"

 

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...