Originally the NET command was called MEM but was changed from Microworld BASIC ver 5.00 onwards.
Unlike MEM, the NET command also introduced a NET related ISR hook.
The NET ROM interface hook was added to Microworld BASIC ver 5.00 onwards to add BEENET and later STARNET extensions.
However alternative ROMs can be installed provided it meets the following criteria.
Just like the EDASM, MEM and PAK commands, the NET command is also reconfigurable to do something else besides invoking the standard NET command.
To reconfigure the NET command, change the associated vector at address 0x00AC to the desired replacement.
Unlike MEM, the NET command also introduced a NET related ISR hook.
The NET ROM interface hook was added to Microworld BASIC ver 5.00 onwards to add BEENET and later STARNET extensions.
However alternative ROMs can be installed provided it meets the following criteria.
- 0xE000 - Jump instruction for MWB NET command
- 0xE003 - Jump instruction to the NET ROM's ISR (Interrupt service) routine
Just like the EDASM, MEM and PAK commands, the NET command is also reconfigurable to do something else besides invoking the standard NET command.
To reconfigure the NET command, change the associated vector at address 0x00AC to the desired replacement.
