Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-5) was last changed on 03-Feb-2023 16:21 by Carsten Strotmann  

This page was created on 29-Jul-2010 12:12 by Carsten Strotmann

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 26 changed 17 lines
LDA (IP),Y
STA W+1
DEY
LDA (IP),Y
STA W
LDA (W),Y
STA TMP
INY
LDA (W),Y
STA TMP+1
DEY
CLC
LDA IP
ADC #2
STA IP
BCC L816E
INC IP+1
LDA (IP),Y
STA W+1
DEY
LDA (IP),Y
STA W
LDA (W),Y
STA TMP
INY
LDA (W),Y
STA TMP+1
DEY
CLC
LDA IP
ADC #2
STA IP
BCC L816E
INC IP+1
At line 45 changed one line
See http://groups.google.de/group/comp.lang.forth/browse_thread/thread/19f7f2102e020583/8d1b52cf069d1258
See [http://groups.google.de/group/comp.lang.forth/browse_thread/thread/19f7f2102e020583/8d1b52cf069d1258]
! FOCO65
[https://github.com/piotr-wiszowaty/foco65]
{{{
next
ldy #0
lda (ip),y ; lade naechste Adresse (IP=Instruction Pointer)
sta w ; und speichere in die Speicherstelle "w"
iny
lda (ip),y
sta w+1
lda #2 ; den Instruction-Pointer um zwei erhoehen, so das
clc ; dieser auf den naechsten Befehl zeigt
adc ip
sta ip
lda #0
adc ip+1
sta ip+1
ldy #0
lda (w),y ; Sprung-Adresse des naechsten Befehls laden
sta z ; und in die Speicherstelle "z" schreiben
iny
lda (w),y
sta z+1
jmp (z) ; indirekt an die Adresse in Speicherstelle "z"
; springen
}}}
Version Date Modified Size Author Changes ... Change note
5 03-Feb-2023 16:21 1.565 kB Carsten Strotmann to previous
4 26-Feb-2017 16:02 1.518 kB Carsten Strotmann to previous | to last
3 26-Feb-2017 16:02 1.516 kB Carsten Strotmann to previous | to last
2 29-Jul-2010 12:50 1.034 kB Carsten Strotmann to previous | to last
1 29-Jul-2010 12:12 0.638 kB Carsten Strotmann to last
« This page (revision-5) was last changed on 03-Feb-2023 16:21 by Carsten Strotmann  
G’day (anonymous guest) My Prefs
© 2010-2021 AtariWiki
All content in the Wiki is licensed under Creative Commons Share Alike License, unless otherwise noted.
JSPWiki v2.8.3