1
0
mirror of https://github.com/wfjm/w11.git synced 2026-03-03 10:23:40 +00:00
Files
wfjm.w11/tools/mcode/sys/memclr.md

543 B

Memory clear

The memclr code zero's all system memory, only locations 0 and 2 have a non-zero content when the program halts. Can be used to set the memory to a well-defined state.

Start on w11

See general notes on

To run the memclr code use

    ti_w11 <opt> -w -e memclr.mac

with the options <opt> as described in Rlink and Backend Server setup.