mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 06:30:19 +00:00
* InstructionReader.cpp was absorbed into Reader.cpp
* Wrap at 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16543 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44666b15b1
commit
e39cd63ddd
@ -144,14 +144,15 @@ necessary.</p>
|
|||||||
add the grammar on how your instruction can be read and what it will
|
add the grammar on how your instruction can be read and what it will
|
||||||
construct as a result</li>
|
construct as a result</li>
|
||||||
|
|
||||||
<li><tt>llvm/lib/Bytecode/Reader/InstructionReader.cpp</tt>:
|
<li><tt>llvm/lib/Bytecode/Reader/Reader.cpp</tt>:
|
||||||
add a case for your instruction and how it will be parsed from bytecode</li>
|
add a case for your instruction and how it will be parsed from bytecode</li>
|
||||||
|
|
||||||
<li><tt>llvm/lib/VMCore/Instruction.cpp</tt>:
|
<li><tt>llvm/lib/VMCore/Instruction.cpp</tt>:
|
||||||
add a case for how your instruction will be printed out to assembly</li>
|
add a case for how your instruction will be printed out to assembly</li>
|
||||||
|
|
||||||
<li><tt>llvm/lib/VMCore/Instructions.cpp</tt>:
|
<li><tt>llvm/lib/VMCore/Instructions.cpp</tt>:
|
||||||
implement the class you defined in <tt>llvm/include/llvm/Instructions.h</tt></li>
|
implement the class you defined in
|
||||||
|
<tt>llvm/include/llvm/Instructions.h</tt></li>
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user