From 1afd2cbcda9ab9d356604b09e551b7ff994671f2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 17 Oct 2022 01:35:12 -0600 Subject: Add instruction list --- doc/isa.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/isa.txt (limited to 'doc') diff --git a/doc/isa.txt b/doc/isa.txt new file mode 100644 index 0000000..c8ff8b5 --- /dev/null +++ b/doc/isa.txt @@ -0,0 +1,50 @@ +Instrucciones totales: 45 + +adc +add +and +b +bic +bl +cdp (undef para cp15, no cuenta) +cmn +cmp +eor +ldc (undef para cp15, no cuenta) +ldm +ldr +ldrb +ldrbt +ldrh +ldrsb +ldrsh +ldrt +mcr +mla +mov +mrc +mrs +msr +mul +mvn +orr +rsb +rsc +sbc +smlal +smull +stc (undef para cp15, no cuenta) +stm +str +strb +strbt +strh +strt +sub +swi +swp +swpb +teq +tst +umlal +umull -- cgit v1.2.3