comparison src/varargs.inc @ 623:c40025d8e750

3.03 beta released
author heinrichsweikamp
date Mon, 03 Jun 2019 14:01:48 +0200
parents ca4556fb60b9
children 4050675965ea
comparison
equal deleted inserted replaced
622:02d1386429a6 623:c40025d8e750
1 ;============================================================================= 1 ;=============================================================================
2 ; 2 ;
3 ; File varargs.inc 3 ; File varargs.inc combined next generation V3.0.1
4 ; 4 ;
5 ; Utilities to pass multiple arguments in compact code stream. 5 ; Utilities to pass multiple arguments in compact code stream.
6 ; 6 ;
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
58 addwf TOSL,F 58 addwf TOSL,F
59 movlw 0 ; clear WREG, but keep carry 59 movlw 0 ; clear WREG, but keep carry
60 addwfc TOSH,F 60 addwfc TOSH,F
61 addwfc TOSU,F 61 addwfc TOSU,F
62 endm 62 endm
63