Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv9072
Modified Files:
i8080.tran
Log Message:
implemented |$nop| for i8080
Index: i8080.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/i8080.tran,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- i8080.tran 19 May 2003 09:20:47 -0000 1.3
+++ i8080.tran 19 May 2003 14:39:31 -0000 1.4
@@ -13,6 +13,8 @@
:regs reg16 %bc %de %hl %psw %sp ; \ Z80 calls %psw %af
\ instructions
+:[ ] $nop #x00 b, ;
+
:[ lit ] $jmp #xC3 b, w, ;
:[ lit ] $call #xCD b, w, ;
|