ZX Review #5-6
04 ноября 1997

Studies - Screen procedure "UP HL".

<b>Studies</b> - Screen procedure
(C) In Vikulov, Tomsk


   I managed to reduce by 1
byte procedure UP, presented in ZX-Revue 4 / 95 by several 
authors (Paul Starikov, Edward K. and Andrew Vlasov). Here is a 
modification Text:

140.
UP DEC H

        LD A, H

        CPL

        AND 7

        RET NZ

        LD A, L

        SUB 32

        LD L, A

        RET C

        LD A, H

        ADD A, 8

        LD H, A

        RET
2

   I changed the design

        AND 7

        CP 7

        RET NZ


     at CPL

        AND 7

        RET NZ


   Generally, design

        AND N

        CP N

        JR NZ, LABEL
can be replaced by

        CPL

        AND N

        JR NZ, LABEL,
thus saving 1 byte, and increasing the speed by 3 cycles,
which is important when working with
graphics.


   Propose to introduce a "ZX-Review"
section "3D-graphics", which will
considered the problems and solutions related to the 
three-dimensional graphics on Spectrum'e. And I propose to 
introduce the section "Consultation", which will be addressed 
challenges and solutions associated with Spectrum'om. And now 
the first questions in this section. Why is the Pentagon-128 
begins to "shake" the screen? May be, it is connected with the 
signal INT? Why spontaneously printed symbols V, G, T, 5, B,

H, Y, 7? Perhaps this is due to overloading bus D7, so
as I have without buffering connected music coprocessor
or burned some resistors?


            *







Other articles:

Adventure Project - Design and razrabotaka Adventyurnyh and RPG games.

Adventure Project - Russification adventyur.

TR-DOS for beginners - Continued.

Authoring - Scorpion 2000 (S. Zonov).

Authoring - Trampoline (S. Veremeenko).

Business Card - a new electronic humor magazine "SpectrofUn".

Crossing Dragon - Promotion of the game Finders Keepers.

Crossing Dragon - Promotion of the game Knight Tyme.

Crossing Dragon - Game Promotions Spellbound.

Crossing Dragon - Game Promotions Stormbringer.

Retro - 40 best procedures: Merge images, rotation of the symbol clockwise Inverting character, changing the attribute, fill circuit construction templates (Dzh.Hardman, E. Hyuzon.).

Expert Tips - Total Eclipse 2.

Expert Tips Super League.

Forum Games - Description of the game land of myths.

Forum Games - Passage Renegade.

Forum Games - Subtleties trading game Elite

Forum - Studying and debugging @ files using STS 5.1. Features of debugging using a monitor STS. Bugfix STS 5.1.

Forum - compression programs.

forum - Reduction in the time format. On the recording sectors while formatting. Rebuilding the screen for one interrupt.

Forum - Features assembly ZX ASM 3.0.

Forum - As for the BASIC compiler "Blast".

Forum - With regard to relotsiruemyh programs.

Forum - Program "Flame" and "Dragon."

reader-reader - TR-DOS: how to avoid mistakes?

reader-reader - The effective work with the drive.

ethidium - The calculation of addresses in the file attributes. Program scrolling specified window 1 pixel to the right. Cleanup of the specified window. Procedure display images from the buffer.

Studies - LED channel music processor. The procedure for cleaning the screen. Proposal for standardization.

Studies - A set of eight programs of "extension" screen. Two procedures are manifestations of the screen.

Studies - New themes for development.

Studies - Playback software tool from the editors of digitized music.

Studies - processing program @ BASIC files.

Studies - The procedure for turning the symbol 90 degrees clockwise.

Studies - The procedure for searching text files.

Studies - Screen procedure "UP HL".


Темы: Игры, Программное обеспечение, Пресса, Аппаратное обеспечение, Сеть, Демосцена, Люди, Программирование

Similar articles:
Project - the implementation of Russian spelling dictionary for ZX Spectrum for compiling crosswords.

В этот день...   5 May