Search results
CMDVER - command.com version verification utility
Score: 152.33 %,
Type: Download , Comments: 0 comments
Briqunullus
1
Utility that I wrote for verifying command.com version. It can recognize command.com 1.01, 1.07, 1.11 ...
Which of these is faster?
Score: 139.82 %,
Type: Forum topic , Comments: 27 comments
for MSX1)
;Input: HL = source address in RAM
; DE = destination address in VRAM (0-3FFFh)
; BC ... a,(VDP_DW) ;Incompatible under DOS.
ld c,a
inc c
di
out (c),e ;bits 0 to 7 of VRAM address
ld a,d ... a,c
or a
jr z,copy_to_VDP_lsb_0
inc e
copy_to_VDP_lsb_0:
ld b,c
; get the VDP ...
FIX, please routine assembler for Sound SFX in PSG
Score: 139.83 %,
Type: Forum topic , Comments: 4 comments
tabusr1+2
tabusr3: .equ tabusr2+2
tabusr4: .equ tabusr3+2
begin:
ld hl,key1
ld (tabusr),hl ;usr0(0)
ld hl,key2
ld (tabusr1),hl ;usr1(0)
ld hl,key3
ld (tabusr2),hl ;usr2(0)
ld hl,key4
ld (tabusr3),hl ;usr3(0)
ld hl,$90
ld (tabusr4),hl ;usr4(0)
ret
key1:
ld hl,sfx1
jp sound
key2:
ld ...
