EDASM, PAK, NET and MEM MWBASIC keyword commands are reconfigurable.
They can be changed by altering their associated execution vector address:
Please note that for ver 5.00 & 5.10 both MEM and NET executed the same function (apart from getting there via a different address in RAM based jump table).
Here is a quick example.
10 POKE 172,82
20 POKE 173,144
30 NET "HELLO"
>RUN
Go on, try it for yourself and see what happens.
They can be changed by altering their associated execution vector address:
- 0x00A9 - PAK (ver 5.22e) (MEM for ver 5.10 and 5.00)
- 0x00AC - NET
- 0x00AF - EDASM
Please note that for ver 5.00 & 5.10 both MEM and NET executed the same function (apart from getting there via a different address in RAM based jump table).
Here is a quick example.
10 POKE 172,82
20 POKE 173,144
30 NET "HELLO"
>RUN
Go on, try it for yourself and see what happens.