| |
Jallist Archive Oct 2004
Re: rewriting JPIC14, INC2JAL translations
From: "upand_at_them" <upand_at_them(at)yahoo.com>
Date: 02 Oct 2004 17:52:14 -0000
Why does there need to be any shadowing at all?
Couldn't this:
procedure pin_A0'put( bit in x at _port_A_buffer : 0 ) is
asm movf _port_A_buffer,w
asm movwf portA
end procedure
be replaced with this:
procedure pin_A0'put( bit in x at PORTA : 0 ) is
end procedure
And then do the same for the others?
Mike
|
|