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

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

90
91def macroop XCHG_P_R
92{
93 rdip t7
94 ldst t1, seg, riprel, disp
95 st reg, seg, riprel, disp
96 mov reg, reg, t1
97};
98'''