new blit instruction
commit26c1c30b7d96d2170195970a8cdb3b024ba7421a
authorQuentin Carbonneaux <quentin@c9x.me>
Sat, 10 Dec 2022 22:16:21 +0000 (10 23:16 +0100)
committerQuentin Carbonneaux <quentin@c9x.me>
Wed, 14 Dec 2022 22:18:26 +0000 (14 23:18 +0100)
tree79c45ec28d63619fbe2a88ec2195f8fe4a95a8a5
parent15e25a61b38b250c7543437a093a9efe076cce0a
new blit instruction
16 files changed:
Makefile
alias.c
all.h
amd64/sysv.c
arm64/abi.c
load.c
main.c
mem.c
ops.h
parse.c
rv64/abi.c
simpl.c [new file with mode: 0644]
test/load2.ssa [new file with mode: 0644]
test/mem1.ssa [new file with mode: 0644]
tools/lexh.c
util.c