Home
last modified time | relevance | path

Searched refs:FillRam (Results 1 – 9 of 9) sorted by relevance

/dports/devel/cc65/cc65-2.19/libsrc/geos-common/memory/
H A Dfillram.s6 ; void * FillRam (char *dest, char what, int length);
25 jsr FillRam
/dports/emulators/x16-rom/x16-rom-r38/geos/kernal/memory/
H A Dmemory1a.s4 ; Memory utility functions: FillRam, ClearRam
H A Dmemory3.s25 ; Same as FillRam with data after the jsr
/dports/devel/cc65/cc65-2.19/include/geos/
H A Dgmemory.h19 void* __fastcall__ FillRam(char *dest, char what, unsigned len);
/dports/devel/cc65/cc65-2.19/libsrc/geos-apple/
H A Djumptab.inc121 FillRam = $feff
/dports/devel/cc65/cc65-2.19/libsrc/geos-cbm/
H A Djumptab.inc48 FillRam = $c17b
/dports/emulators/x16-rom/x16-rom-r38/geos/inc/
H A Djumptab.inc48 FillRam = $c17b
/dports/emulators/x16-rom/x16-rom-r38/geos/kernal/jumptab/
H A Djumptab.s246 .global FillRam
485 FillRam: label
/dports/devel/cc65/cc65-2.19/doc/
H A Dgeos.sgml28 are used (e.g. <tt/memset/ is an alias for <tt/FillRam/), however not all are supported. E.g.
1108 <sect2>FillRam and ClearRam
1110 <tt/void *FillRam (char *dest, char value, unsigned length)/
1115 <tt/FillRam/ uses the given <tt/value/. Be warned that these functions destroy <tt/r0, r1 and