[
    {
	"description": "Test combinations of jump instructions (-Ox, 16 bits)",
	"id": "jmpxx",
	"format": "bin",
	"source": "jmpxx.asm",
	"option": "--bits 16 -Ox",
	"target": [
	    { "output": "jmpxx-ox.bin16" }
	]
    },
    {
	"description": "Test combinations of jump instructions (-O0, 16 bits)",
	"ref": "jmpxx",
	"option": "--bits 16 -O0",
	"target": [
	    { "output": "jmpxx-o0.bin16" }
	]
    },
    {
	"description": "Test combinations of jump instructions (-O1, 16 bits)",
	"ref": "jmpxx",
	"option": "--bits 16 -O1",
	"target": [
	    { "output": "jmpxx-o1.bin16" }
	]
    },
    {
	"description": "Test combinations of jump instructions (-Ox, 32 bits)",
	"ref": "jmpxx",
	"option": "--bits 32 -Ox",
	"target": [
	    { "output": "jmpxx-ox.bin32" }
	]
    },
    {
	"description": "Test combinations of jump instructions (-O0, 32 bits)",
	"ref": "jmpxx",
	"option": "--bits 32 -O0",
	"target": [
	    { "output": "jmpxx-o0.bin32" }
	]
    },
    {
	"description": "Test combinations of jump instructions (-O1, 32 bits)",
	"ref": "jmpxx",
	"option": "--bits 32 -O1",
	"target": [
	    { "output": "jmpxx-o1.bin32" }
	]
    },
    {
	"description": "Test combinations of jump instructions (-Ox, 64 bits)",
	"ref": "jmpxx",
	"option": "--bits 64 -Ox",
	"target": [
	    { "output": "jmpxx-ox.bin64" }
	]
    },
    {
	"description": "Test combinations of jump instructions (-O0, 64 bits)",
	"ref": "jmpxx",
	"option": "--bits 64 -O0",
	"target": [
	    { "output": "jmpxx-o0.bin64" }
	]
    },
    {
	"description": "Test combinations of jump instructions (-O1, 64 bits)",
	"ref": "jmpxx",
	"option": "--bits 64 -O1",
	"target": [
	    { "output": "jmpxx-o1.bin64" }
	]
    }
]
