Search found 179 matches

by Pacman
Fri Feb 07, 2025 9:13 am
Forum: Games
Topic: S-ACT.M
Replies: 0
Views: 6159

S-ACT.M

Small game in S-BASIC from the magazine MICOM BASIC JUNE 1986 translated into Z80 assembler.
Enjoy.
s-act.m.zip
(556.53 KiB) Downloaded 972 times
by Pacman
Sat Sep 14, 2024 4:36 pm
Forum: BASIC
Topic: SPRITE BASIC
Replies: 8
Views: 42362

Re: SPRITE BASIC

Sprite basic + Demo program
sprite_basic.zip
(26 KiB) Downloaded 1553 times
by Pacman
Thu Sep 12, 2024 7:16 pm
Forum: BASIC
Topic: SPRITE BASIC
Replies: 8
Views: 42362

Re: SPRITE BASIC

I have a version that works well with its full example.
by Pacman
Wed Sep 11, 2024 8:14 pm
Forum: BASIC
Topic: SPRITE BASIC
Replies: 8
Views: 42362

Re: SPRITE BASIC

This basic is a sharp basic with additional instructions:
SCL : SCreen Load
SCS : SCreen Save
CSP : Color SPrite
DSP : Define SPrite
MSP : Move SPrite
OSP : Off SPrite
PSP : Place SPrite
XSP : eXchange SPrite
CAP : Keyboard capital
BEL : BELL
NC : Color Screen
by Pacman
Sun Aug 04, 2024 8:53 pm
Forum: Other
Topic: return to basic from monitor program
Replies: 2
Views: 24521

Re: return to basic from monitor program

Hello I don't know the "MON" command: for which computer and which version of basic? On MZ-700, under S-BASIC 1Z-013B, with the "BYE" command we return with the "R" command. If we go under monitor 1Z-013A with the RESET button (for example) we can return to basic by pre...
by Pacman
Tue May 14, 2024 8:13 pm
Forum: Games
Topic: BACTERIA GAME
Replies: 0
Views: 21515

BACTERIA GAME

Hi,

A little game in Japanese: Bacteria

Format : MZF

Good fun.
mz700_bin_bacteria_cover.jpg
mz700_bin_bacteria_tape.jpg
bacteria.zip
(745.68 KiB) Downloaded 2005 times
by Pacman
Wed Nov 01, 2023 7:15 am
Forum: Assembly
Topic: [BASIC TO Z80] For the beginner
Replies: 4
Views: 29550

Re: [BASIC TO Z80] For the beginner

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 i...
by Pacman
Wed Aug 16, 2023 3:27 pm
Forum: Assembly
Topic: Assembling Z80 source using TASM or similar
Replies: 21
Views: 66645

Re: Assembling Z80 source using TASM or similar

Personally, I created a bash script for this. So it is possible.
I use geany+z80asm under linux and geny is configured to execute the script and automatically generate a .MZF for me with the correct addresses (start+execution) as well as comments.
by Pacman
Sat Aug 12, 2023 5:48 am
Forum: Games
Topic: ZALION
Replies: 1
Views: 13755

ZALION

Hi, A nice little game found in PIO 1984/10: ZALION. Characteristics : 3D display, animations 3D 13 zones to cover, each of which can be covered 2 times 1 shot at a time Up to 10 objects displayed 3 versions in the archive : - Original with Japanese characters - Europe with European characters - Mod...