[Wisp-cvs] wisp/users/dig i8080.tran,1.6,1.7
Status: Alpha
Brought to you by:
digg
|
From: <di...@us...> - 2003-05-20 20:29:41
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv28090 Modified Files: i8080.tran Log Message: wrote the |$add %a reg8| and |$adc %a reg8| macros for i8080 Index: i8080.tran =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/i8080.tran,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- i8080.tran 19 May 2003 21:17:08 -0000 1.6 +++ i8080.tran 20 May 2003 20:22:35 -0000 1.7 @@ -31,4 +31,7 @@ :[ ] $ret #xC9 b, ; +:[ %a reg8 ] $add minor #o200 + b, drop ; +:[ %a reg8 ] $adc minor #o210 + b, drop ; + \ vim: ft=tran |