Searched hist:4309 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/isa/
H A Dmain.isa4309:47807357f0d7 Thu Mar 29 13:57:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> Add a microcode assembler. A microcode "program" is a series of statements. Each statement has an optional label at the beginning, a capitilized microcode class name which is roughly equivalent to a mnemonic in a regular ISA, and then an optional series of operands seperated by white space. The operands are either a decimal constant, a label, or a code fragment surrounded by non nested {}s. Labels are a letter or underscore followed by letters, underscores, or digits. The syntax for describing code segments might need to be changed if a need arrises to have {}s in the code itself.
H A Dmicroasm.isa4309:47807357f0d7 Thu Mar 29 13:57:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> Add a microcode assembler. A microcode "program" is a series of statements. Each statement has an optional label at the beginning, a capitilized microcode class name which is roughly equivalent to a mnemonic in a regular ISA, and then an optional series of operands seperated by white space. The operands are either a decimal constant, a label, or a code fragment surrounded by non nested {}s. Labels are a letter or underscore followed by letters, underscores, or digits. The syntax for describing code segments might need to be changed if a need arrises to have {}s in the code itself.

Completed in 17 milliseconds