Tag: HIMEM

Write-A.P.P.L.E.

Dear Mr. Golding I recieved my July issue of Call-A.P.P.L.E. after joining the group.  I think you are doing a great job on Call-A.P.P.L.E.!  In Stopwatch (Library Pak 1A), the display flickers, this can be fixed by changing line 190: Change POKE 34,22 to POKE 34,24. I also have a question that others might be interested in too: How do you use HI-RES with Integer Basic >LOAD without asking the operator to manually enter >HIMEM: 8192?  By listing your program,…

Apple ][ Programming Tips

To set HIMEM at locations above 32767, use minus figures, i.e., HIMEM (-32767-1) would set it at 32768; -32766 sets 32770 .