Create an object at a given address: Difference between revisions

no edit summary
No edit summary
Line 282:
65535
</pre>
==={{header|Commodore BASIC}}===
 
The <code>PEEK</code> and <code>POKE</code> commands allow the [[Commodore BASIC]] user to perform limited [[6502 Assembly]] operations.
<lang gwbasic>10 POKE 50000,(3) REM EQUIVALENT OF LDA #$03 STA 50000</lang>
=={{header|D}}==
 
1,489

edits