[BASIC TO Z80] For the beginner

Post Reply
User avatar
mz-80a
Posts: 403
Joined: Thu Jan 25, 2018 10:46 am
Location: Devon, UK
Contact:

[BASIC TO Z80] For the beginner

Post by mz-80a »

:)

https://basictoz80.wordpress.com/2023/0 ... archlight/

A little something I worked on recently.
MZ-80A Secrets
https://mz-80a.com/

Sharpworks (Sharp MZ homebrew)
https: //mz-sharpworks.co.uk/
User avatar
mz-80a
Posts: 403
Joined: Thu Jan 25, 2018 10:46 am
Location: Devon, UK
Contact:

Re: [BASIC TO Z80] For the beginner

Post by mz-80a »

My latest conversion from BASIC to Z80 is the game "Death Valley":

https://basictoz80.wordpress.com/2023/0 ... th-valley/
MZ-80A Secrets
https://mz-80a.com/

Sharpworks (Sharp MZ homebrew)
https: //mz-sharpworks.co.uk/
arnuphis
Posts: 59
Joined: Fri Jul 31, 2020 4:18 pm

Re: [BASIC TO Z80] For the beginner

Post by arnuphis »

Can you recommend a good assembler? I am looking to do some stuff on the MZ-80B/2000.
User avatar
mz-80a
Posts: 403
Joined: Thu Jan 25, 2018 10:46 am
Location: Devon, UK
Contact:

Re: [BASIC TO Z80] For the beginner

Post by mz-80a »

I just use Avalon Zen. I don't know if it was available (or will work) on those machines though.
MZ-80A Secrets
https://mz-80a.com/

Sharpworks (Sharp MZ homebrew)
https: //mz-sharpworks.co.uk/
User avatar
Pacman
Posts: 172
Joined: Mon Feb 05, 2018 2:59 pm

Re: [BASIC TO Z80] For the beginner

Post by Pacman »

I return to the subject of BASIC to Assembler translation.
Following this message, I developed a small BASIC compiler based on KUMA COMPILER (in Europe) or WICS (in Japan) with some additional instructions. It is still experimental, still has a few bugs but eventually I think I will be able to use it for game creation like in the past.
death_valley.png
death_valley.png (58.02 KiB) Viewed 3872 times
This is the result on DEATH VALLEY. It is much less optimized than the version presented.
death_valley.tar.gz
(1.21 KiB) Downloaded 225 times
Post Reply