Search found 290 matches

by g0blinish
Sat May 14, 2022 11:01 am
Forum: Programming
Topic: Experiments with the Spectrum ROM Font
Replies: 27
Views: 1363

Re: Experiments with the Spectrum ROM Font

Code: Select all

_loop:	
	ld a,(hl) ; get text -> A=0x41
	or a;sub 0x20
	ret z;ret c
	push hl
	add a,a ; x2
	ld l,a
	ld h,0
	add hl,hl ; x4
	add hl,hl ; x8
	ld bc,0x3C00	; rom font-32*8

by g0blinish
Fri May 13, 2022 7:07 pm
Forum: Brand new software!
Topic: PL/M cross-compiler for ZX Spectrum
Replies: 8
Views: 537

Re: PL/M cross-compiler for ZX Spectrum

interesting idea. isis-2 setup is too complicated, besides, the generated code uses bdos calls
by g0blinish
Mon May 09, 2022 6:31 am
Forum: Brand new software!
Topic: quiltrex
Replies: 4
Views: 324

Re: quiltrex

fixed proper level mixing
http://g0blinish.ucoz.ru/zxg/quil.zip
by g0blinish
Sun May 08, 2022 3:54 pm
Forum: Brand new software!
Topic: quiltrex
Replies: 4
Views: 324

quiltrex

by g0blinish
Wed Feb 16, 2022 5:35 am
Forum: Brand new software!
Topic: New Software 2020
Replies: 128
Views: 74127

Re: New Software 2022

by g0blinish
Sat Dec 04, 2021 5:22 am
Forum: Emulators
Topic: Inkspector 2.0.1 release
Replies: 36
Views: 2137

Re: Inkspector 2.0.1 release

please, add 32bit
by g0blinish
Sun Sep 26, 2021 2:31 pm
Forum: Announcements
Topic: RIP Sir Clive
Replies: 102
Views: 5673

Re: RIP Sir Clive

by g0blinish
Tue Nov 24, 2020 6:02 am
Forum: Brand new software!
Topic: New Software 2020
Replies: 128
Views: 74127

Re: New Software 2020

by g0blinish
Thu Apr 09, 2020 2:41 pm
Forum: ZXDB Fixes
Topic: Little bugs in the database 3
Replies: 265
Views: 61554

Re: Little bugs in the database 3

link to book 30ProgramsForTheSinclairZX80_1K broken. zip file with size 0 bytes.
unfortunately book missed at WoS too.
✓ Reviewed
by g0blinish
Sun Apr 05, 2020 4:59 pm
Forum: Sinclair Miscellaneous
Topic: Spectrum memes
Replies: 1253
Views: 216658

Re: Spectrum memes

Image
by g0blinish
Wed Mar 18, 2020 1:37 pm
Forum: Sinclair Miscellaneous
Topic: Spectrum memes
Replies: 1253
Views: 216658

Re: Spectrum memes

Image
by g0blinish
Sat Feb 29, 2020 1:04 pm
Forum: Emulators
Topic: ZEsarUX 8.1 stable
Replies: 9
Views: 2638

Re: ZEsarUX 8.1 stable

nice work. Good to see QL emulator and MK-14 and another products.
by g0blinish
Sun Jan 05, 2020 4:09 pm
Forum: Programming
Topic: Exporting Memory as defb statements to .asm
Replies: 3
Views: 969

Re: Exporting Memory as defb statements to .asm

Image

or try gui version (:
bin2inc
by g0blinish
Sat Dec 28, 2019 3:48 pm
Forum: Sinclair Miscellaneous
Topic: What Speccy mag would you like see return?
Replies: 17
Views: 2819

Re: What Speccy mag would you like see return?

diskmag "Spectrofon"
by g0blinish
Sun Dec 22, 2019 1:42 pm
Forum: Other Retro Stuff
Topic: What's your second favourite retro computer?
Replies: 24
Views: 4358

Re: What's your second favourite retro computer?

Atari 65XE was 1st computer i meet.
by g0blinish
Sun Dec 15, 2019 5:31 pm
Forum: Programming
Topic: Convert a string to upper case in BASIC?
Replies: 4
Views: 1675

Re: Convert a string to upper case in BASIC?

I bet it needs to improvement:

Code: Select all

  10 INPUT ">";A$
  11 LET b$=""
  20 FOR i=1 TO LEN (a$)
  21 LET b=CODE (a$(i))
  22 IF b>=97 AND b<=122 THEN LET b=b-32
  23 LET b$=b$+CHR$ (b-32)
  29 NEXT i
  30 PRINT b$
by g0blinish
Sun Dec 15, 2019 5:18 pm
Forum: Programming
Topic: BASIC oneliner
Replies: 3
Views: 1036

Re: BASIC oneliner

by g0blinish
Sun Dec 15, 2019 6:44 am
Forum: Brand new software!
Topic: 19 new games at Yandex competition!!!!
Replies: 73
Views: 11148

Re: 19 new games at Yandex competition!!!!

Valley of Rains— 70 000 ₽ Space Monsters meet THE HARDY — 40 000 ₽ Yazzie— 30 000 ₽ Drift! Hunt Buck: Nuclear Defence Just a Gal RoboBro Episode 1 Ernesto's Adventures The Order of Sleeping Dragon Automated Cave Explorer Quest For Elements Pre-ZU Mantra Kill Robo-stalker Alone in dark maze Yanga Lit...
by g0blinish
Sat Dec 14, 2019 4:05 am
Forum: Brand new software!
Topic: 19 new games at Yandex competition!!!!
Replies: 73
Views: 11148

Re: 19 new games at Yandex competition!!!!

Yandex remake game battle
by g0blinish
Fri Dec 13, 2019 4:55 pm
Forum: Brand new software!
Topic: 19 new games at Yandex competition!!!!
Replies: 73
Views: 11148

Re: 19 new games at Yandex competition!!!!

1-Valley of Rains
2-Space Monsters meet THE HARDY
3-Yazzie
by g0blinish
Wed Dec 11, 2019 6:25 pm
Forum: Brand new software!
Topic: 19 new games at Yandex competition!!!!
Replies: 73
Views: 11148

Re: 19 new games at Yandex competition!!!!

hmm. it works for Spectaculator. will check
by g0blinish
Sun Dec 08, 2019 10:29 am
Forum: Brand new software!
Topic: 19 new games at Yandex competition!!!!
Replies: 73
Views: 11148

Re: 19 new games at Yandex competition!!!!

guys, break!