|
MS%=filestore% :REM MS%=memory start of file DS%=Offset% :REM DS%=address start for display REM PROCdebug(MS%) ME%=MS%+limit% :REM ME%=memory end of file DE%=DS%+limit% :REM DE%=address end of file for display M%=MS% :REM M%= current actual memory position D%=DS% :REM D%= current display Address position SMS%=MS% :REM SMS%=first memory address of 1st line of current screen SDS%=DS% :REM SDS%=first display address of 1st line of current screen SME%=SMS%+TotalLines%<<2 :REM SME%=last line of displayed (memory) SDE%=SDS%+TotalLines%<<2 :REM SDE%=last line of displayed (displayed) line%=0 :REM start line VDU23,128,24,24,24,24,24,24,24,24 :REM define char 128 PROCcreate_addresses PROConescreen(0,TotalLines%,SMS%,SDS%):PROCdisplay_pos
|
|
|