[Wisp-cvs] wisp/users/dig ia32.tran,1.14,1.15
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-05-17 09:49:00
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv554 Modified Files: ia32.tran Log Message: introduced the |pw-size| word Index: ia32.tran =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/ia32.tran,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ia32.tran 17 May 2003 09:47:28 -0000 1.14 +++ ia32.tran 17 May 2003 09:48:57 -0000 1.15 @@ -17,9 +17,10 @@ :[ reg16 ] $osize #x66 b, ; \ or $o16 :[ ] pw, t, ; \ Processor Word for ia32 is tetra +:[ ] pw-size 4 ; \ These instructions are not completely operand width portable: -:[ lit ] $call #xe8 b, 4 - $-t, ; +:[ lit ] $call #xe8 b, pw-size - $-t, ; \ vim: ft=tran |