EasyManua.ls Logo

Commodore RF512C - M-W (Memory-Write); M-E (Memory-Execute)

Commodore RF512C
52 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
25
M-W
(MEMORY-WRITE)
Function
This
direct
command
can
write
data
onto the
dr
ive
Format
BASIC
Syntax
RAM
.
stringS
= ··MW·CHRS(lo#)CHRS(hi#)CHRS
(Iength#)
data
..
This
command
must
be
sent through
command
channel.
The
10#
means the lower byte of the start address.
The
hj# means the higher byte of the start address.
The
length# means the number of
data
which will
be
written.
M,E
(MEMORY
·
EXECUTE)
Function
This
direct
command
can
execute
at
any location
either
in
RAM
or
ROM.
Format
I
BASIC
stringS = "M·E"CHRS(lo#)CHRS(hi#)
Syntax
This
command
must
be
sent through
command
channel.
The
1
0#
means the lower byte of the execute
l
ocation
.
The
hi# means the higher byte of the execute
location.