1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-07-04 13:16:18 +00:00
2015-12-13 22:34:58 +09:00

55 lines
589 B
Plaintext

------ lswi n == 8 (fe special cased) ------
here is
0 = 0x68
1 = 0x65
2 = 0x72
3 = 0x65
4 = 0x20
5 = 0x69
6 = 0x73
7 = 0x20
8 = 0x 0
9 = 0x 0
10 = 0x 0
11 = 0x 0
------ lswi n /= 8 ------
here is a
0 = 0x68
1 = 0x65
2 = 0x72
3 = 0x65
4 = 0x20
5 = 0x69
6 = 0x73
7 = 0x20
8 = 0x61
9 = 0x 0
10 = 0x 0
11 = 0x 0
------ lswx ------
HERE IS A S
0 = 0x48
1 = 0x45
2 = 0x52
3 = 0x45
4 = 0x20
5 = 0x49
6 = 0x53
7 = 0x20
8 = 0x41
9 = 0x20
10 = 0x53
11 = 0x 0
------ stswi n == 8 (fe special cased) ------
here is
------ stswi n /= 8 ------
here is a stringH
------ stswx ------
HERE IS A S