Timeline for Code that will only execute once
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 13, 2018 at 15:41 | comment | added | Titus |
side note: A 0 byte is used to mark the end of code lines; so address 0x800 probably needs one to mark the beginning of the first code line.
|
|
| Jul 5, 2014 at 19:34 | comment | added | Fixee | Oh wow... I remember PEEK and POKE from C64 BASIC! I was writing this stuff around 1977. | |
| Jun 6, 2014 at 9:58 | comment | added | Sunny R Gupta | I'd like to visualise my FaceBook pokes that way! | |
| May 29, 2014 at 5:54 | comment | added | Jules |
@ojblass yes, effectively. poke a, b is equivalent to the C code *((unsigned char *)a) = b;.
|
|
| May 29, 2014 at 1:30 | comment | added | ojblass | Does poke simply move a variable to a location? | |
| May 28, 2014 at 11:09 | history | answered | Danko Durbić | CC BY-SA 3.0 |