Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | memset [2026/09/18 15:40] (current) – [Example] jjflash | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== MEMSET ====== | ||
| + | |||
| + | [pet] [vic20] [c64] [c16] [cplus4] [c128] [x16] [m65] | ||
| + | ===== Syntax: ===== | ||
| + | |||
| + | <code xcbasic> | ||
| + | MEMSET < | ||
| + | </ | ||
| + | |||
| + | The '' | ||
| + | ==== Example ==== | ||
| + | |||
| + | <code xcbasic> | ||
| + | ' -- clear the screen | ||
| + | MEMSET 1024, 1000, 32 | ||
| + | </ | ||
| + | |||
| + | <adm note> | ||
| + | '' | ||
| + | </ | ||
| + | ===== See also ===== | ||
| + | |||
| + | * [[MEMCPY]] | ||
| + | * [[MEMSHIFT]] | ||