Jump to content

Create an object at a given address: Difference between revisions

m
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>
20 PEEK(50000) REM READ THE VALUE AT MEMORY ADDRESS 50000</lang>
 
=={{header|D}}==
 
1,489

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.