added thumb assembler example, this is not part of an asm tutorial just
testing the new thumb assembler mods.
This commit is contained in:
46
tas/hexstring.s
Normal file
46
tas/hexstring.s
Normal file
@@ -0,0 +1,46 @@
|
||||
.align
|
||||
hexstring:
|
||||
.hword 0xB5FE;
|
||||
.hword 0x4913;
|
||||
.hword 0x4e13;
|
||||
.hword 0x2420;
|
||||
.hword 0x270f;
|
||||
.hword 0x2220;
|
||||
.hword 0x3c04;
|
||||
.hword 0x1c03;
|
||||
.hword 0x40e3;
|
||||
.hword 0x403b;
|
||||
.hword 0x1c1d;
|
||||
.hword 0x3530;
|
||||
.hword 0x2b09;
|
||||
.hword 0xd900;
|
||||
.hword 0x3507;
|
||||
.hword 0x680b;
|
||||
.hword 0x421a;
|
||||
.hword 0xd0fc;
|
||||
.hword 0x6035;
|
||||
.hword 0x2c00;
|
||||
.hword 0xd1f0;
|
||||
.hword 0x4909;
|
||||
.hword 0x2220;
|
||||
.hword 0x680b;
|
||||
.hword 0x421a;
|
||||
.hword 0xd0fc;
|
||||
.hword 0x4b07;
|
||||
.hword 0x220d;
|
||||
.hword 0x4905;
|
||||
.hword 0x601a;
|
||||
.hword 0x2220;
|
||||
.hword 0x680b;
|
||||
.hword 0x421a;
|
||||
.hword 0xd0fc;
|
||||
.hword 0x4b03;
|
||||
.hword 0x220a;
|
||||
.hword 0x601a;
|
||||
.hword 0xbcfe;
|
||||
.hword 0xbc01;
|
||||
.hword 0x4700;
|
||||
.hword 0x5054;
|
||||
.hword 0x2021;
|
||||
.hword 0x5040;
|
||||
.hword 0x2021;
|
||||
Reference in New Issue
Block a user