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


Groups > de.alt.folklore.computer > #42809

Re: Commodore 65

From Andreas Kohlbach <ank@spamfence.net>
Newsgroups de.alt.folklore.computer
Subject Re: Commodore 65
Date 2023-11-30 14:22 -0500
Organization A noiseless patient Spider
Message-ID <87zfyv82s8.fsf@usenet.ankman.de> (permalink)
References <877cm1b4ti.fsf@usenet.ankman.de> <uk6l2g$2486v$1@solani.org> <87jzq09cxv.fsf@usenet.ankman.de> <uk9b1g$25c7u$3@solani.org> <uk9f28$ac9$1@akk3-dmz.akk.uni-karlsruhe.de>

Show all headers | View raw


On 30 Nov 2023 07:53:44 GMT, Urs Janßen wrote:
>
> In <uk9b1g$25c7u$3@solani.org> on Thu, 30 Nov 2023 07:45:04, F. W. wrote:
>>> Leider soll der C128 Teil wohl nicht so 
>>> performant sein, wie man es sich bei 2 MHz vorstellte. Besonders das 
>>> BASIC soll eine lahme Ente gewesen sein.
>> Ein Spiele-Programmierer würde Dir vielleicht zustimmen.
>
> in basic? wohl eher nicht.

Ein Bekannter schrieb und verkaufte mal ein Lotto-Programm, geschrieben
in C64 BASIC. Hat eine Kopie verkaufen können, nach X Stunden
Aufwand. ;-)

[Signatur]

Ich weiß, soll man ja nicht zitieren. Aber da durchaus ontopic (und ohne
Zitatzeichen):

1 A$="HIKAAAIMAONMMIIMBKNAKJBLINBBNAINBEADKJMAINBFADFIGAAAAAKNBJNAINBJNABGA"
2 A$=A$+"CBGACKAAALJEKMANBACNBACINCBNAINCANAINBCNAKCAGMKNAPNMIMAAKNAOGKJBLI"
3 A$=A$+"NBBNAFIEMDBOKKAKLKMKPKBKPKMKLKAKAKAKAKAKAKAKAAA":FORI=1TO91
4 POKE49151+I,(ASC(MID$(A$,2*I-1,1))*16+ASC(MID$(A$,2*I,1))-1105):NEXT:SYS49152

Nett <http://96.20.145.113/c64basic.png)! (eine Woche zur Ansicht).

Habe auch mal dissasembliert:

.C:c000  78          SEI
.C:c001  A0 00       LDY #$00
.C:c003  8C 0E DC    STY $DC0E
.C:c006  C8          INY
.C:c007  8C 1A D0    STY $D01A
.C:c00a  A9 1B       LDA #$1B
.C:c00c  8D 11 D0    STA $D011
.C:c00f  8D 14 03    STA $0314
.C:c012  A9 C0       LDA #$C0
.C:c014  8D 15 03    STA $0315
.C:c017  58          CLI
.C:c018  60          RTS
.C:c019  00          BRK
.C:c01a  00          BRK
.C:c01b  AD 19 D0    LDA $D019
.C:c01e  8D 19 D0    STA $D019
.C:c021  16 02       ASL $02,X
.C:c023  16 02       ASL $02,X
.C:c025  A0 00       LDY #$00
.C:c027  B9 4A C0    LDA $C04A,Y
.C:c02a  D1 02       CMP ($02),Y
.C:c02c  D1 02       CMP ($02),Y
.C:c02e  8D 21 D0    STA $D021
.C:c031  8D 20 D0    STA $D020
.C:c034  8D 12 D0    STA $D012
.C:c037  A2 06       LDX #$06
.C:c039  CA          DEX
.C:c03a  D0 FD       BNE $C039
.C:c03c  C8          INY
.C:c03d  C0 0A       CPY #$0A
.C:c03f  D0 E6       BNE $C027
.C:c041  A9 1B       LDA #$1B
.C:c043  8D 11 D0    STA $D011
.C:c046  58          CLI
.C:c047  4C 31 EA    JMP $EA31
.C:c04a  A0 AB       LDY #$AB
.C:c04c  AC AF A1    LDY $A1AF
.C:c04f  AF AC AB    LAX $ABAC
.C:c052  A0 A0       LDY #$A0
.C:c054  A0 A0       LDY #$A0
.C:c056  A0 A0       LDY #$A0
.C:c058  A0 A0       LDY #$A0

Hmm, den Rest habe ich wohl verpasst, sorry.

EA31 fiel mir auf. Musste mein Gedächtnis aber mal auffrischen. IRQ
Vector. So läuft das Rasterzeilen Programm weiter, während man arbeiten
kann. :-)
-- 
Andreas

Back to de.alt.folklore.computer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-11-28 22:45 -0500
  Re: Commodore 65 "F. W." <me@home.invalid> - 2023-11-29 07:17 +0100
    Re: Commodore 65 Christian Corti <use@reply.to> - 2023-11-29 12:48 +0100
      Re: Commodore 65 Kay Martinen <usenet@martinen.de> - 2023-11-29 14:07 +0100
      Re: Commodore 65 "F. W." <me@home.invalid> - 2023-11-30 07:43 +0100
      Re: Commodore 65 Andreas Bockelmann <xotzil@gmx.de> - 2023-11-30 09:53 +0100
        Re: Commodore 65 Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-11-30 09:04 +0000
          Re: Commodore 65 Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-11-30 10:52 +0000
            Re: Commodore 65 Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-11-30 16:49 +0000
          Re: Commodore 65 Kay Martinen <usenet@martinen.de> - 2023-11-30 15:58 +0100
            Re: Commodore 65 Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-11-30 16:54 +0000
            Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-11-30 14:40 -0500
            Re: Commodore 65 Markus Elsken <markus.elsken@ewetel.net> - 2023-11-30 21:42 +0100
        Re: Commodore 65 "F. W." <me@home.invalid> - 2023-11-30 09:10 +0100
        Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-11-30 14:28 -0500
          Re: Commodore 65 Martin Peters <martin.peters@news.uni-stuttgart.de> - 2023-12-08 16:35 +0000
            Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-12-08 17:36 -0500
              Re: Commodore 65 Andreas Bockelmann <xotzil@gmx.de> - 2023-12-09 11:02 +0100
                Re: Commodore 65 Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-12-09 18:17 +0100
                Re: Commodore 65 Andreas Bockelmann <xotzil@gmx.de> - 2023-12-10 11:43 +0100
                Re: Commodore 65 Stefan Möding <Dec2023.5.kill-9@spamgourmet.com> - 2023-12-10 12:49 +0100
                Re: Commodore 65 Kay Martinen <usenet@martinen.de> - 2023-12-10 16:52 +0100
                Re: Commodore 65 Andreas Bockelmann <xotzil@gmx.de> - 2023-12-11 11:10 +0100
                Re: Commodore 65 mlelstv@serpens.de (Michael van Elst) - 2023-12-11 10:37 +0000
                Re: Commodore 65 Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-12-11 20:19 +0100
                Re: Commodore 65 Andreas Eder <a_eder_muc@web.de> - 2023-12-15 17:38 +0100
                Re: Commodore 65 Stefan Möding <Dec2023.5.kill-9@spamgourmet.com> - 2023-12-16 10:05 +0100
                Re: Commodore 65 Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-12-18 12:15 +0100
                Re: Commodore 65 Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-12-10 14:33 +0100
                Re: Commodore 65 Kay Martinen <usenet@martinen.de> - 2023-12-09 18:16 +0100
                Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-12-09 19:44 -0500
                Re: Commodore 65 Andreas Bockelmann <xotzil@gmx.de> - 2023-12-10 11:05 +0100
                Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-12-10 20:16 -0500
                Re: Commodore 65 Andreas Bockelmann <xotzil@gmx.de> - 2023-12-11 11:07 +0100
                Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-12-09 19:39 -0500
                Re: Commodore 65 Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-12-10 10:59 +0100
              Re: Commodore 65 Christian Corti <use@reply.to> - 2023-12-10 14:33 +0100
    Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-11-29 21:45 -0500
      Re: Commodore 65 "F. W." <me@home.invalid> - 2023-11-30 07:45 +0100
        Re: Commodore 65 Urs Janßen <urs@akk.org> - 2023-11-30 07:53 +0000
          Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-11-30 14:22 -0500
            Re: Commodore 65 Urs Janßen <urs@akk.org> - 2023-12-05 12:09 +0000
              Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-12-05 19:29 -0500
                Re: Commodore 65 Urs Janßen <urs@akk.org> - 2023-12-06 05:07 +0000
                Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-12-06 17:46 -0500
                Re: Commodore 65 Urs Janßen <urs@akk.org> - 2023-12-07 12:23 +0000
      Re: Commodore 65 Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-11-30 08:51 +0100
  Re: Commodore 65 Andreas Bockelmann <xotzil@gmx.de> - 2023-11-29 12:29 +0100
    Re: Commodore 65 Kay Martinen <usenet@martinen.de> - 2023-11-29 14:42 +0100
      Re: Commodore 65 Markus Elsken <markus.elsken@ewetel.net> - 2023-11-29 21:24 +0100
        Re: Commodore 65 Kay Martinen <usenet@martinen.de> - 2023-11-29 22:12 +0100
          Re: Commodore 65 Markus Elsken <markus.elsken@ewetel.net> - 2023-11-30 13:02 +0100
    Re: Commodore 65 Andreas Kohlbach <ank@spamfence.net> - 2023-11-29 21:48 -0500

csiph-web