Code: Select all
test_tr:
str ax
ltr ax
ret
- Setting a NULL selector (cannot be true since I am using the existing TSS)
- Index out of bounds (also cannot be true since I am using the existing TSS)
- TSS is not available (no idea what this means)
I suspect the "not available" must be the issue, but I'm not sure what this means. Any ideas why the above code would fail? My only guess is that you cannot change to the same TSS and must always change to a different TSS.
Thanks
- Rian