Search results
Calling Basic routines from ASM
Score: 169.02 %,
Type: Forum topic , Comments: 19 comments
play through an ASM code working here:
PLAY: EQU 0x73E5
org 0xD000
start:
ld hl,buffer
call PLAY
ret
buffer: db 34,"CDE",34,44,34,"dfg",34,0 ... wrote:
PLAY: EQU 0x73E5
You should thoroughly test such addresses in the middle of the BASIC ...
online MSX C Compiler / PC C compiler
Score: 168.8 %,
Type: Forum topic , Comments: 1 comment
Hi,
I was wondering, we have a great MSX Basic and ASM environment available with an web browser, MSX PEN (msxpen.com). It allows you to quickly test Basic and ASM code without installing any tools or emulators, all you need is a web browser.
Is ...
How is that possible?
Score: 172.97 %,
Type: Forum topic , Comments: 36 comments
like DMA controller etc which are operated via I/O and utilize ports in the range 0-255 (while leaving ... code
The code space (address) of the host CPU is Page 0 (0000H ~ 3FFFH).
Anyway, because of interrupt processing, writing Page 0 will take up less space.
For reference, Page 1 and 2 are used ...
Tanenbaum and MSX
Score: 168.61 %,
Type: Forum topic , Comments: 4 comments
I'm reading Tanenbaum's Structured Computer Organization and trying to map the things he says to MSX.
He explains at chapter two that some CISC machines have an interpreter, whose function is to break the instructions of its target machine ...
Hero level editor
Score: 168.61 %,
Type: Forum topic , Comments: 18 comments
Anyone saw this?
https://twitter.com/qarlosherrero/status/1313127324058112001...
Hero is a great game, I certainly would like to see a new version of this classic game with new levels on it. :)
Cool, a H.E.R.O MSX2(+) Cool, a ...
