Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.apple2 > #47261

Re: Screen Scrolling

From mmphosis <mmphosis@macgui.com>
Newsgroups comp.sys.apple2
Subject Re: Screen Scrolling
Date 2022-05-13 16:39 +0000
Organization Mac GUI
Message-ID <mmphosis-1652459995@macgui.com> (permalink)
References <b2b6a5dc-de2f-4ac0-ba41-70eb215dff98n@googlegroups.com>

Show all headers | View raw


	ORG $0300
	LDA #$A3
	LDX #$78
loop
	DEX
	STA $400,X
	STA $480,X
	STA $500,X
	STA $580,X
	STA $600,X
	STA $680,X
	STA $700,X
	STA $780,X
	BNE loop
	RTS

0FORI=768TO799:READB:POKE
I,B:NEXT:DATA169,163,162,120,202,157,0,4,157,128,4,157,0,5,157,128,5,157,0,6,157,128,6,157,0,7,157,128,7,208,229,96
1 C =  ASC ("#")
2  POKE 769,C + 128: CALL 768
3  WAIT 49152,128: POKE 49168,0
4  POKE 37,255

Back to comp.sys.apple2 | Previous | NextPrevious in thread | Find similar


Thread

Screen Scrolling "duhas...@gmail.com" <duhast6377@gmail.com> - 2022-05-06 20:38 -0700
  Re: Screen Scrolling barrym95838 <barrym95838@yahoo.com> - 2022-05-07 01:46 -0700
    Re: Screen Scrolling qkumba <peter.ferrie@gmail.com> - 2022-05-07 12:39 -0700
      Re: Screen Scrolling barrym95838 <barrym95838@yahoo.com> - 2022-05-08 01:24 -0700
      Re: Screen Scrolling kegs@provalid.com (Kent Dickey) - 2022-05-09 04:03 +0000
        Re: Screen Scrolling qkumba <peter.ferrie@gmail.com> - 2022-05-09 09:41 -0700
          Re: Screen Scrolling Brian Patrie <bpatrie@bellsouth.spamisicky.net> - 2022-05-09 17:51 -0500
            Re: Screen Scrolling Brian Patrie <bpatrie@bellsouth.spamisicky.net> - 2022-05-13 02:15 -0500
        Re: Screen Scrolling qkumba <peter.ferrie@gmail.com> - 2022-05-09 09:42 -0700
        Re: Screen Scrolling Brian Patrie <bpatrie@bellsouth.spamisicky.net> - 2022-05-09 17:40 -0500
          Re: Screen Scrolling "duhas...@gmail.com" <duhast6377@gmail.com> - 2022-05-10 18:55 -0700
            Re: Screen Scrolling Jerry Penner <jerry+a2@jpen.ca> - 2022-05-10 21:57 -0600
              Re: Screen Scrolling Oliver Schmidt <ol.sc@web.de> - 2022-05-11 07:33 +0000
              Re: Screen Scrolling Brian Patrie <bpatrie@bellsouth.spamisicky.net> - 2022-05-13 02:33 -0500
  Re: Screen Scrolling I am Rob <gids.rs@sasktel.net> - 2022-05-07 14:22 -0700
  Re: Screen Scrolling Speccie <someone@somewhere.com> - 2022-05-08 07:55 +0100
  Re: Screen Scrolling mmphosis <mmphosis@macgui.com> - 2022-05-13 16:39 +0000

csiph-web