__init__.py (4529:5f32651bc10e) __init__.py (4730:77e3e9b15e7e)
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",
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"]
73
74microcode = '''
75# X86 microcode
76'''
77for category in categories:
78 exec "import %s as cat" % category
79 microcode += cat.microcode
74
75microcode = '''
76# X86 microcode
77'''
78for category in categories:
79 exec "import %s as cat" % category
80 microcode += cat.microcode