diff options
| author | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
| commit | badef32037f52f79abc1f1440b786cd71afdf270 (patch) | |
| tree | 412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/images/m6502/selfmodify.asm | |
| parent | Delete pre-6.00 files (diff) | |
| download | xscreensaver-master.tar.gz xscreensaver-master.tar.xz xscreensaver-master.zip | |
Diffstat (limited to 'hacks/images/m6502/selfmodify.asm')
| -rw-r--r-- | hacks/images/m6502/selfmodify.asm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hacks/images/m6502/selfmodify.asm b/hacks/images/m6502/selfmodify.asm deleted file mode 100644 index f7bb646..0000000 --- a/hacks/images/m6502/selfmodify.asm +++ /dev/null @@ -1,12 +0,0 @@ -; A very simple example of -; self-modifying code -; and code entry points - - lda $fe - sta $1001 - jmp $1000 - - *=$1000 - lda #$00 - sta $3ef - jmp $600 |
