[Wisp-cvs] wisp/users/dig i8080.tran,1.1,1.2
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-05-19 09:08:44
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv3496 Modified Files: i8080.tran Log Message: fixed word width typos Index: i8080.tran =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/i8080.tran,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- i8080.tran 19 May 2003 08:35:18 -0000 1.1 +++ i8080.tran 19 May 2003 09:08:41 -0000 1.2 @@ -16,10 +16,10 @@ :[ lit ] $jmp #xC3 b, w, ; :[ lit ] $call #xCD b, w, ; -:[ %bc lit ] $mov #x01 b, t, drop ; -:[ %de lit ] $mov #x11 b, t, drop ; -:[ %hl lit ] $mov #x21 b, t, drop ; -:[ %sp lit ] $mov #x31 b, t, drop ; +:[ %bc lit ] $mov #x01 b, w, drop ; +:[ %de lit ] $mov #x11 b, w, drop ; +:[ %hl lit ] $mov #x21 b, w, drop ; +:[ %sp lit ] $mov #x31 b, w, drop ; :[ reg8 lit ] $mov swap minor 8 * #o006 + b, b, ; \ vim: ft=tran |