Results 1 to 5 of 5

Thread: Learning ASM.

Threaded View

  1. #1

    Default Learning ASM.

    Hey everyone. I am board so I am posting my first ASM source. Extremely Basic. Writes 14FD to inventory Slot 1 (lol)

    Code:
    ldr r1,Inventory
    ldrh r2,Item
    strh r2,[r1]
    bx lr
    
    Inventory:
    .long 0x21d88fe
    Item:
    .short 0x14fd

    I need to reconvert to ARDS.


    Used Virus's ASM to ARDS Converter.

    Thanks to DragonBoy for teaching me =D
    Last edited by siestacat; 08-30-2009 at 08:24 AM.
    http://siestacat.webs.com/GetAttachment.jpg

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •