[
       {
               "description": "Test AES Key Locker instructions (-Ox)",
               "id": "keylocker",
               "format": "bin",
               "source": "keylocker.asm",
               "option": "-Ox -DSRC",
               "target": [
                       { "output": "keylocker.bin" }
               ]
       },
       {
               "description": "Test Key Locker instructions (-O0)",
               "ref": "keylocker",
               "option": "-O0 -DBIN",
               "update": false
       }
]

