Deleted Added
sdiff udiff text old ( 6087:7736bc8824a1 ) new ( 6089:030c2a63fb61 )
full compact
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

--- 326 unchanged lines hidden (view full) ---

335def macroop NOT_P
336{
337 limm t1, -1
338 rdip t7
339 ldst t2, seg, riprel, disp
340 xor t2, t2, t1
341 st t2, seg, riprel, disp
342};
343'''