Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
RandomCode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
The 64-Bit Schizophrenic's Operating System 3.02
(templeos.org)
2 points
by
RandomCode
12y ago
|
0 comments
2.
▲
by
RandomCode
12y ago
The C64 did not use ASCII. It has upper and lower exchanged. My operating system uses LZW compression. http://www.templeos.org/Wb/Kernel/Compress.html
3.
▲
by
RandomCode
12y ago
lea rbx,[0] That is RIP relative, so it will be the address of the next instruction. inc ax inc cx inc dx inc bx inc si inc di inc bp dec Those are 40-4F. They are now REX prefixes. 48 is a 64-bit size prefix 40 is for low byte of si or lo
4.
▲
Terry Davis' (TempleOS) Brutal Take-Down of Linus Torvalds
(youtube.com)
1 points
by
RandomCode
12y ago
|
0 comments
5.
▲
TempleOS: 100 Random Code Walk-Thru Videos
(templeos.org)
10 points
by
RandomCode
12y ago
|
1 comments