No Context Computing

image

7 Likes

me in client meetings

4 Likes

image

Damn whatever happened to a 404

5 Likes

image

12 Likes

image

7 Likes

4 Likes

15 Likes

Makes me think of dolphins

1 Like

7 Likes

image

6 Likes

image

6 Likes

Screen_Shot_2022-09-02_at_10.42.06_AM

3 Likes

6 Likes

6 Likes

Screen Shot 2022-09-21 at 08.59.49

8 Likes

This is perfectly valid VAX assembly code:

start:
 incl i^#0
 bneq start

On most computers, incrementing a literal like this results in an error. On the VAX, it’s perfectly legal. It actually modifies the instruction and sets the flags, so it will become an incl i^#1 the next time it runs.

movc3 s^#6,b^-4(pc),b^0(pc)

This instruction will copy itself forwards through memory, until it hits ROM, I/O space, or other unwritable memory. It’s similar to PDP-11’s mov -(pc),-(pc) but works forwards in memory instead of backwards.

source: https://esolangs.org/wiki/User:Ian/Computer_architectures

5 Likes

image

6 Likes

unknown

3 Likes

20220923_165259

11 Likes

WHY IS MY CITY IN THE MENU (with bad text encoding)

7 Likes