c64-livecoding/wip-hugo/routines/line/line.inc

17 lines
516 B
PHP

;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
;;Not values but register position in memory
X_end = $EF
Y_end = $F0
dx = $F3
dy = $F1
dy_2 = $F1F2
dx_2 = $F3F4
V = $EDEE
D = $EBEC
;;These come from mem.inc
;; Takes up FF - F5
X_pos = $FC
Y_pos = $FB
byte_to_paint = $FE ;Byte with one 1 that corisponds to a pixel.
btp_mem_pos =$F9FA; byte to paint memory position ;Position of byte on screen