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

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

64 "load_effective_address",
65 "load_segment_registers",
66 "logical",
67 "no_operation",
68 "processor_information",
69 "rotate_and_shift",
70 "semaphores",
71 "string",
72 "system_calls"]
72 "system_calls",
73 "system"]
74
75microcode = '''
76# X86 microcode
77'''
78for category in categories:
79 exec "import %s as cat" % category
80 microcode += cat.microcode