comparison src/strings.asm @ 124:40ff64d60054

cleanup
author heinrichsweikamp
date Sun, 29 Jun 2014 13:53:46 +0200
parents 11d4fc797f74
children e79bc535ef9e
comparison
equal deleted inserted replaced
123:d076e9c02438 124:40ff64d60054
301 start_common: 301 start_common:
302 VARARGS_BEGIN 302 VARARGS_BEGIN
303 VARARGS_GET8 win_leftx2 303 VARARGS_GET8 win_leftx2
304 VARARGS_GET8 win_top 304 VARARGS_GET8 win_top
305 VARARGS_END 305 VARARGS_END
306 lfsr FSR2,buffer ; point to buffer here
306 return 307 return
307 308
308 END 309 END