jepp, thats a sort of lea storing directly the address

master
Georges Kesseler 2012-02-19 00:17:50 +01:00
parent d00a60d356
commit 51e8cb4095
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ screen2:
lea linebuffbegin,a0
moveq #31,d0
initdist:
move.l scrolltext,textptr-linebuffbegin(a0)
move.l #scrolltext,textptr-linebuffbegin(a0)
move.l a0,a1
lea buffer-linebuffbegin(a1),a1
move.l a1,bufptr-linebuffbegin(a0)