Deleted Added
sdiff udiff text old ( 5119:a4469f2919f3 ) new ( 6091:d430acd6d5ce )
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

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

69def macroop INC_P
70{
71 rdip t7
72 ldst t1, seg, riprel, disp
73 addi t1, t1, 1, flags=(OF, SF, ZF, AF, PF)
74 st t1, seg, riprel, disp
75};
76
77def macroop DEC_R
78{
79 subi reg, reg, 1, flags=(OF, SF, ZF, AF, PF)
80};
81
82def macroop DEC_M
83{
84 ldst t1, seg, sib, disp

--- 12 unchanged lines hidden ---