1
0
mirror of https://github.com/tilleul/apple2.git synced 2026-04-19 19:16:41 +00:00

Update README.md

This commit is contained in:
tilleul
2022-07-04 23:04:51 +02:00
committed by GitHub
parent 07848d1157
commit 09c3b7bfa9
+1 -1
View File
@@ -116,7 +116,7 @@ Should you convert all your constants to variables ? My advice is yes, particula
* Limits in your game like
* the screen limits: think of ``VTAB 24``, ``HTAB 40``, ``SCRN(39,39)``, ``HPLOT 279,159`` or their upper boundaries like ``40``, ``280`` ``160`` and ``192``.
* loops' low and high limits: ``0``, ``1`` up to ``9`` , ``10`` or ``19`` and ``20``, etc. Think of ``FOR I=0 TO ...`` or ``FOR I=1 TO ...``
* Usual PEEK/POKE/CALL locations like
* Usual ``PEEK/POKE/CALL`` locations like
* ``49152`` (last key pressed),
* ``49168`` (reset keyboard strobe),
* ``49200`` (click speaker),