Retro123 information 15 glöps
- general:
- level: user
- personal:
- first name: Mike
- last name: Jones
- 64b MS-Dos Boing! 64b by Desire [web]
- Pure 8086 by changing the imul ax,dx,2
org 100h
mov al,0x13
int 0x10
X: db 0xa
mov al,[bp+si]
cbw
xor al,ah
sub dl,[bx]
add dl,al
add dh,[si]
sal ax,1
imul al
sub dh,ah
push dx
mov al,dh
imul al
xchg ax,dx
imul al
add dx,ax
mov ch,9
les ax,[bx]
sub ch,dh
pop dx
jle F
;imul ax,dx,byte 2
mov al,dl
;; shl ax,1 ; to dbl but that makes it 65 bytes
cbw
idiv ch
add al,[bp+si]
xor al,dh
and al,16
dec ax
and al,0x6f
F: stosb
mov ax,0xCCCC
mul di
jmp short X-1 - rulezadded on the 2026-08-06 12:33:37
- 256b game MS-Dos 2048 for x86
- Thanks, wish I'd had a better screenshot
- isokadded on the 2026-02-19 17:55:15
- 256b game MS-Dos escapanic room by Sensenstahl
- Nice; but I can take it down 40 bytes already! (also I prefer cursor keys thats +2!) It helps that I have a decent on-screen score counter to hand!
- isokadded on the 2024-02-29 22:37:49
- 32k game MS-Dos Game by Thousand Islands
- Shame this wasn't tested - I can#t Quit!
- isokadded on the 2023-12-20 18:14:37
- 512b game MS-Dos bootRogue
- sadly unable to score Gold points, or have monsters chasing - yet!
- isokadded on the 2023-12-20 17:50:42
- 512b game MS-Dos bootRogue
- Have reduced the DOS version from 530 to 510 bytes (no calls were eliminated!)
- isokadded on the 2023-12-20 17:48:45
- 256b game MS-Dos fucking columns, the by Sensenstahl
- posted debug dump of columns game with solid sides, scoring and cursor controls to Alt.lang.asm comp.lang.asm.x86 and comp.os.msdos.programmer on 26 Sept 2023
- isokadded on the 2023-09-30 12:49:19
- 256b game MS-Dos fucking columns, the by Sensenstahl
- Finally; I have a 'normal' Columns (excludes sides) prog with scoring at Bottom RHS (3 per line of 3 matching chars) in 240 bytes, or 247 for a version using cursor keys; where do I post code?
- isokadded on the 2023-09-20 20:31:55
- 128b MS-Dos Jexel by optimus
- Like. and excellent for doing it without fpu code!
- isokadded on the 2022-11-12 17:41:36
- 32b MS-Dos sn0w32
- can be done in 30 bytes
mov al,0x13
int 0x10
lds cx,[bx]
inc bx
L1:
dec cx
L2:
add di,bx
add di,320
jns F1
neg bx
F1:
xchg dl,[di]
loopw L2
add dx,di
in ax,0x60
dec ax
jnz L1
ret - isokadded on the 2022-11-11 12:41:14
account created on the 2022-10-15 13:53:49
