]> gitweb.factorcode.org Git - factor.git/commit
cpu.arm.assembler: common code goes here, 32/64-specific code is in its own files
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 25 Jan 2023 04:35:46 +0000 (22:35 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 25 Jan 2023 05:10:59 +0000 (23:10 -0600)
commit8709bb9800bdb81b321a8a5a8e79a00a4ceffdf4
treeed40abdff3de3573e943362b2a053b89b13d75e5
parent14065d60a63b2dfaa257b8f8800623b3f6ebdea5
cpu.arm.assembler: common code goes here, 32/64-specific code is in its own files

As suggested by gifti, we can have names for the assembler that correspond
to the opcodes and we can further remove the 32/64 split since most code
should only use one or the other.
basis/cpu/arm/assembler/32/32.factor [new file with mode: 0644]
basis/cpu/arm/assembler/32/authors.txt [new file with mode: 0644]
basis/cpu/arm/assembler/64/64.factor [new file with mode: 0644]
basis/cpu/arm/assembler/64/authors.txt [new file with mode: 0644]
basis/cpu/arm/assembler/assembler.factor