comparison src/tft.asm @ 125:53409476a05f

minor
author heinrichsweikamp
date Sun, 29 Jun 2014 14:21:23 +0200
parents eb72c8865f47
children 5cb177f0948a
comparison
equal deleted inserted replaced
124:40ff64d60054 125:53409476a05f
415 clrf CCPR1L 415 clrf CCPR1L
416 return 416 return
417 417
418 ;============================================================================= 418 ;=============================================================================
419 419
420 start_common:
421 VARARGS_BEGIN
422 VARARGS_GET8 win_leftx2
423 VARARGS_GET8 win_top
424 VARARGS_END
425 return
426
427 ;=============================================================================
428
429 global box_std_block, box_black_block, box_color_block 420 global box_std_block, box_black_block, box_color_block
430 421
431 box_std_block: ; Use white color 422 box_std_block: ; Use white color
432 setf WREG 423 setf WREG
433 bra box_common 424 bra box_common