Deleted Added
sdiff udiff text old ( 6086:2ac9ab003d54 ) new ( 6090:80d7669e9cdb )
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

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

420
421def macroop NEG_P
422{
423 rdip t7
424 ldst t1, seg, riprel, disp
425 sub t1, t0, t1, flags=(CF,OF,SF,ZF,AF,PF)
426 st t1, seg, riprel, disp
427};
428'''