Search results
Question about HTIMI hook (FD9Fh)
Score: 187.39 %,
Type: Forum topic , Comments: 12 comments
produces a beep about 1 time every second.
BEEP: equ 0x00C0 ; bios call to beep
HTIMI: equ 0xFD9F ; Hook memory adress
SPEED: equ 51 ; speed (51 is about 1 once every second)
org 0xD000 ; the address of our program
start: di ; disable interrupts, just incase ...
Blog about learning machine code for the MSX
Score: 187.58 %,
Type: Forum topic , Comments: 32 comments
version 3.0 - this version was on MSX2+
Some time ago I wrote a small Some time ago I ...
; rest of code
----------------------------------
for(B=10; B>0; B--) {
// do something
} ... do something
djnz .loop
----------------------------------
for(B=0; B<10; B++) {
// ...
Athletic Land - left to right and right to left
Score: 187.23 %,
Type: Forum topic , Comments: 11 comments
Hi all,
I'm quite new here on msx.org. Used to have a MSX1 computer back in the eighties and played a lot of games. As many, I especially liked the Konami-games. One of them was Athletic Land and what always has wondered me is that you could ...
