<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 5.50.4916.2300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Pokusim se prepsat&nbsp;program na 18F452 a hned 
jsem narazil na mensi problem. Asembler nema definovany makroinstrukce skpc, 
skpz, clrc atd. Ma to nejaky hlubsi duvod?</FONT></DIV>
<DIV><FONT face=Arial size=2>Aby jsem nemusel vsechno prepisovat, v</FONT><FONT 
face=Arial size=2>ytvoril jsem si makro soubor:</FONT></DIV>
<DIV><FONT face=Arial 
size=2>skpz&nbsp;macro<BR>&nbsp;btfss&nbsp;STATUS,Z,A<BR>&nbsp;endm</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>skpnz&nbsp;macro<BR>&nbsp;btfsc&nbsp;STATUS,Z,A<BR>&nbsp;endm</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>B&nbsp;equ 1 ;Přístup přes BSR<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>(neni to jeste cele dokoncene) Posledni radek mam, 
abych nemusel za instrukci psat dlouze BANKED.</FONT></DIV>
<DIV><FONT face=Arial size=2>Neni to slepa cesta?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>Michal 
Gregor</FONT></DIV></FONT></BODY></HTML>