diff options
-rw-r--r-- | dla.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -522,11 +522,11 @@ right: checkbounds: lda part_x - sta cursor_x cmp min_x beq oob cmp max_x beq oob + sta cursor_x lda part_y cmp min_y beq oob |
index : dla-asm | ||
Diffusion Limited Aggregation for Atari 8-bit | urchlay -at- slackware _dot_ uk |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | dla.s | 2 |
@@ -522,11 +522,11 @@ right: checkbounds: lda part_x - sta cursor_x cmp min_x beq oob cmp max_x beq oob + sta cursor_x lda part_y cmp min_y beq oob |