Index of /pub/e11/plugins/inst

      Name                    Last modified       Size  Description

[DIR] Parent Directory 01-Aug-2007 11:00 - [TXT] Makefile 23-Feb-2006 04:01 1k [TXT] e11.lib 23-Feb-2006 04:05 6k Ersatz-11 [TXT] inst.asm 23-Feb-2006 04:05 4k [TXT] inst.lnk 23-Feb-2006 03:58 1k

This is a demo plug-in which shows how to add opcodes to E11 using code
written in assembly language.  The sample instruction is a 32x32-bit unsigned
multiply instruction which is added as opcode 000077, and multiplies R3:R2
by R1:R0, leaving the result in R1:R0 (without affecting the flags).

The module may be built with the Watcom assembler and linker, which are
available for free from www.openwatcom.org.  Typing "wmake" will build the
"INST.DLL" module, and then "install inst" inside E11 will install it.

John Wilson, 23-Feb-2006