mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
3c979b06c0
caused the a pushl instruction to be incorrectly encoding using only two bytes of immediate, causing the following 2 instruction bytes to be part of the 32-bit immediate value. Also fixed the one byte form of push to be used when the immediate would fit in a signed extended byte. Lastly changed the names to not include the 32 of PUSH32 since they actually push the size of the stack pointer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102951 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
ARM | ||
X86 | ||
assignment.s | ||
conditional_asm.s | ||
dg.exp | ||
directive_abort.s | ||
directive_align.s | ||
directive_ascii.s | ||
directive_comm.s | ||
directive_darwin_section.s | ||
directive_desc.s | ||
directive_file.s | ||
directive_fill.s | ||
directive_include.s | ||
directive_lcomm.s | ||
directive_line.s | ||
directive_loc.s | ||
directive_lsym.s | ||
directive_org.s | ||
directive_set.s | ||
directive_space.s | ||
directive_subsections_via_symbols.s | ||
directive_symbol_attrs.s | ||
directive_values.s | ||
directive_zerofill.s | ||
exprs-invalid.s | ||
exprs.s | ||
hello.s | ||
labels.s | ||
variables-invalid.s | ||
variables.s |