Difference between revisions of "MC-Basic:POKEW"
m (Text replace - "''<address>, <value>''" to "<''address''>, <''value''>") |
m (Text replace - "''<address>''" to "<''address''>") |
||
Line 13: | Line 13: | ||
|TYPE= | |TYPE= | ||
− | '' | + | <''address''>: Long<br> |
<''value''>: Long | <''value''>: Long | ||
Line 19: | Line 19: | ||
Versions prior to 3.1.12 | Versions prior to 3.1.12 | ||
− | '' | + | <''address''>: 0xA0000 (655360) through 0xCFFFF (851967) and 0xDA000 (892928) through 0xDFFFF (917503) |
<''value''>: 0 to 65535 | <''value''>: 0 to 65535 | ||
Line 27: | Line 27: | ||
When using the ISA MC card: | When using the ISA MC card: | ||
− | '' | + | <''address''>: 0xA0000 (655360) through 0xCFFFF (851967) and 0xDA000 (892928) through 0xDFFFF (917503) |
When using the PCI MC card: | When using the PCI MC card: | ||
− | '' | + | <''address''>: 0xA0000(655360) through 0xC7FFF (819199) and 0xDB000 (897024) through 0xDFFFF (917503) |
<''value''>: 0 to 65535 | <''value''>: 0 to 65535 |
Revision as of 15:00, 17 March 2014
This command writes the specified value to the specified word address in memory.
Syntax
Pokew (<address>, <value>)
Availability
All versions
Type
<address>: Long
<value>: Long
Range
Versions prior to 3.1.12
<address>: 0xA0000 (655360) through 0xCFFFF (851967) and 0xDA000 (892928) through 0xDFFFF (917503)
<value>: 0 to 65535
Versions 3.1.12 and higher:
When using the ISA MC card:
<address>: 0xA0000 (655360) through 0xCFFFF (851967) and 0xDA000 (892928) through 0xDFFFF (917503)
When using the PCI MC card:
<address>: 0xA0000(655360) through 0xC7FFF (819199) and 0xDB000 (897024) through 0xDFFFF (917503)
<value>: 0 to 65535
Scope
Task or Terminal
Limitations
Write-Only
Examples
Pokew (0xc8000, 450)