World of Spectrum
  • Categories
  • Discussions
  • FAQ
  • Sign In
Home › Search
Title Search
@title beer Word 'beer' in title
User Search
  • @user admin Only posts by Admin
Text Search
  • @body beer Word 'beer' in the text
Phrase Search
"Hello World" Exact phrase match
Exclude Terms
  • car -red Search cars that are not red
"Or" Searches
  • honda | bmw 'honda' or 'bmw' results
Multi-Field
@(title,body) hello Both contain 'hello'
WildCard
  • hond* civ* Match all with an astrix
Combination
  • @title bmw @user admin
See more supported syntax examples
Search Again :: Adv Search 1000 results in 0.009s
<1234567…34>
  • Cool BASIC tricks and tips!Following on from Dunny's excellent suggestion of a compendium of BASIC tips + tricks, I believe it would be better to have a topic dedicated to it. …

    ... 's a simple one to print a string vertically down the screen. I ... FOR c = 1 TO n: PRINT AT c,15;a$(c ...
    Ian Hamilton Ian Hamilton April 2005 Sinclair Basic
  • Installing Z88DK Z88DK INSTALLATION Z88DK is distributed in two parts. The first part is the platform independent bits (including source and z80 libraries) and th…

    ... };

    /* Initial State of Print String Struct */

    struct sp_Rect ...
    Alcoholics Anonymous Alcoholics Anonymous April 2005 Development
  • Covering my tracks using OVERI've got myself in a bit of a mess again I'm afraid, the routine I have written is for 4 characters to move across the screen 2 spaces at a time in I…

    ... it has left, as the print is 4 characters long and ... about correctly deleting the previous print.

    After several different ... /> I'm also wanting to print chracters 'c and d' at ... ' at 4,29 as the print string is entering/exiting the play ...
    daveysludge daveysludge October 2012 Development
  • Troublesome routine, help needed!Having problems with this routine, it basically fires a rocket up the screen, but refuses to detect collisions. I'm using attribute blocks for detect…

    ... ),a ;load co-ords into print string
    push bc
    call ... print ;call the print routine
    pop bc ... /> djnz loop
    ret
    print ld a,2
    call ...
    daveysludge daveysludge November 2013 Development
  • Code structureHi all, I'd be interested in opinions on the neatest way to do this. I've got a print string routine in which 0-31 are reserved for control codes, …

    ... this. I've got a print string routine in which 0-31 ... ;
    print_string ;ix pointing at string
    ld a,(ix+0 ... /> jp c,control_code
    ...print char in string
    jr print_string
    R-Tape R-Tape August 2015 Development
  • A Neat Redefine Keys RoutinePreviously, I’ve only shared this routine with a couple of people via PM, but I’ve now decided to make it public. I optimized it for size, so it uses…

    ... ld de,ctrs ;address of string to be printed
    ld ... ,ctrs_eos-ctrs ;length of string
    call 8252 ;print string

    ; ... /> ld de,s_shf ;else, print S. SHIFT
    ld bc ... /> ld de,c_shf ;else, print C. SHIFT
    ld bc ...
    Ast_A_Moore Ast_A_Moore October 2017 Development
  • Z88DK + SPLIB2 question.I downloaded the compiler, installed it following the instructions (found at the SPLIB2 website), updated it using the fixed files (stdlib.h and the …

    ... };

    /* Initial State of Print String Struct */

    struct sp_Rect ...
    na_th_an na_th_an April 2005 Development
  • Z88DK + SPLIB2 question.I downloaded the compiler, installed it following the instructions (found at the SPLIB2 website), updated it using the fixed files (stdlib.h and the …

    ... };

    /* Initial State of Print String Struct */

    struct sp_Rect ...
    na_th_an na_th_an April 2005 Development
  • Background image with SP1 and Z88DKWhat is the prefered way to place an entire (or very large) image in the background when using SP1? Should I convert it to a long (32*24=768 ) list o…

    ... on same line)
    ; 7 print string at address W* (like a ... ]
    struct sp1_pss { // "print string struct" A struct holding print state information
    print an entire level screen with a single string (and ...
    Alcoholics Anonymous Alcoholics Anonymous May 2006 Development
  • Spectrum Basic InterpreterHello. I started this days a strange project: an interpreter of the Spectrum Basic that can run in a Spectrum. Here is a very preliminar version: […

    ... a new version, with the PRINT string bug fixed and some more ...
    NotFound NotFound December 2006 Development
  • Project: M.u.l.e.Wokani came up with a great idea about trying an open-development approach for spectrum games, and I thought why not try with a game I have under dev…

    ... #endasm


    // print string with limited formatting
    // row ... column coordinate)
    // s = string to print, can contain:
    // \ ...
    // get next line in string

    ++prow;
    ...
    mulder mulder June 2007 Development
  • Project: M.u.l.e.Wokani came up with a great idea about trying an open-development approach for spectrum games, and I thought why not try with a game I have under dev…

    ... together:

    [code]
    // print string with limited formatting
    // row ... column coordinate)
    // s = string to print, can contain:
    // \n to ...
    Alcoholics Anonymous Alcoholics Anonymous July 2007 Development
  • Print text in assemblyHello, a perhaps simple question: I would like to print a text string on the screen and I wonder how to do that in the most easy way? I seem to re…

    ... loop to print a full string. Alternatively, there's a 'print string' routine at ... 0x203C which takes a string ... / LD (0x5C3C),A.

    PRINT AT (and other modifiers like ...
    gasman gasman October 2010 Development
  • Back to BASIC[U][B]Archaeology guide to programs compiled used MCODERII.d[/B][/U] After various people have been talking about "Frank'n'stein" I decided to finis…

    ... to LINE130, this introduces PRINT AT and PRINT "string literal"

    Then PRINT the required string constant. This involves ...
    ;following copies string literal (above) into workspace ... [/CODE]
    4) Print the string in the workspace
    Jimmy Jimmy May 2011 Development
  • Hidden Spectrum emulator discovered in Goldeneye (N64)Commence ewgf's mind being blown in 3...2...1... [url]http://news.ycombinator.com/item?id=3770288[/url] [url]http://www.therwp.com/forums/showthread…

    ... of a Speccy ROM. Even string conventions are wrong. In the ... 0x80 END marker on each string. This is the comparable block ... exclusively in ASM for normal string display.

    NDOE @ ... (SP)
    0C00ABBF JAL 80002AEF ;print string A1 at (A2,A3) in ...
    Zoinkity Zoinkity March 2012 Sinclair Miscellaneous
  • What if there was no memory or space limitation?What if there was no memory or space limitation? We've had topics about the limitations of the Speccy's hardware, topics where we discussed how good …

    ... /> 60000:
    print_string:
    ;; print string at address hl
    ....
    print a string to screen. The address ... arrive at print_string, the string pointer is no longer valid ... bank where "this is a string" is, is no longer ...
    Alcoholics Anonymous Alcoholics Anonymous May 2012 Sinclair Miscellaneous
  • Help needed...I am at my wits end with this pigs ear of a routine, can anyone simplify it and make it work as it should? Basically it should make the characters '…

    ... point (stringseed) defw to a string that is 'CD ', change ... point (stringseed) defw to a string that is 'ABCD ', change ... point (stringseed) defw to a string that is ' AB', change ... bytes
    call 8252 ;ROM print string
    ret
    ;
    ...
    R-Tape R-Tape October 2012 Development
  • Troublesome routine, help needed!Having problems with this routine, it basically fires a rocket up the screen, but refuses to detect collisions. I'm using attribute blocks for detect…

    ... ),a ;load co-ords into print string
    push bc
    call ... print ;call the print routine
    pop bc ... /> djnz loop
    ret
    print ld a,2
    call ...
    Jerri Jerri November 2013 Development
  • Sinclairscene, thank you all........ but I will be going on low level for long time with possibility of leaving the scene. Nothing your fault, but I am low in spirit of developping…

    ... skills to make the best print string message that not even Dr ... /> ;
    print_message
    ld ix,string
    ld iy,scratchpad
    jr plp
    ;
    string defb 'GOOD LUCK DR BEEP ...
    R-Tape R-Tape November 2013 Sinclair Miscellaneous
  • Sinclairscene, thank you all........ but I will be going on low level for long time with possibility of leaving the scene. Nothing your fault, but I am low in spirit of developping…

    ... skills to make the best print string message that not even Dr ...
    Dr BEEP Dr BEEP November 2013 Sinclair Miscellaneous
  • FZX: a new standard format and driver for proportional fonts[B]FZX[/B] is a very compact and efficient (although extremely flexible and powerful) standard format to create new fonts for the ZX-Spectrum. It sup…

    ... channels, have a print character subroutine, and a print string routine that repeatedly ... calls the character print, and a ...
    Gedlion Gedlion March 2014 Brand new software
  • FZX: a new standard format and driver for proportional fonts[B]FZX[/B] is a very compact and efficient (although extremely flexible and powerful) standard format to create new fonts for the ZX-Spectrum. It sup…

    ... channels, have a print character subroutine, and a print string routine that repeatedly ... calls the character print, and a ... ][B]"ENTRY POINT #2 - PROPORTIONAL PRINT ROUTINE"[/B][/I].
    Einar Saukas Einar Saukas March 2014 Brand new software
  • FZX: a new standard format and driver for proportional fonts[B]FZX[/B] is a very compact and efficient (although extremely flexible and powerful) standard format to create new fonts for the ZX-Spectrum. It sup…

    ... pixel-wise length of a string to be printed by FZX ... can use FZX Length to print string centered on a line or ...
    TK90XFan TK90XFan June 2014 Brand new software
  • Code structureHi all, I'd be interested in opinions on the neatest way to do this. I've got a print string routine in which 0-31 are reserved for control codes, …

    ... the appropriate place in the print-string loop. So you could CALL ... back to (somewhere within the print-string loop), then jumps to the ... goes straight back into the print-string loop.

    That works ...
    joefish joefish August 2015 Development
  • RFC: 64 column font codeIn BASIC, type CLEAR 49999 then import the code at 50000. Then type RANDOMIZE USR 50000. This will create a new channel and attach stream #4 to it. A…

    ... /> ;*
    ;* Contains functions to print a string at the current screen location ... ;str \ sta str \ sta >string \ jsr print

    ;#DEFINE SETVDG ... /> sta ,x
    start:
    PRINT(string)
    bra start

    JamesD JamesD September 2015 Development
  • endless runner project..So I'm thinking of writing a small tutorial series on writing games for the speccy in C, and figured that an endless runner would be an easy example …

    ... basic's terminal (when you print, the spectrum rom is ... in basic you can print certain codes to change ... and so on in the print string and the same is ... 'd then take that string and print it with your own ... using vt100 terminal driver to print to screen, use the ...
    Alcoholics Anonymous Alcoholics Anonymous May 2017 Development
  • im looking for a horizontal scroll routinehi, im looking for a horizontal scroll routine. i read somewhere that you can do it with at 'to' statement, somewhere in a print routine. althoug…

    ... the PAPER colour in the PRINT string.)

    2. To do ... a$() but with a different string (d$() or whatever) and a ...
    Battle Bunny Battle Bunny June 2017 Sinclair Basic
  • im looking for a horizontal scroll routinehi, im looking for a horizontal scroll routine. i read somewhere that you can do it with at 'to' statement, somewhere in a print routine. althoug…

    ... to be included in the PRINT string, increasing a$() & d$() by ...
    Battle Bunny Battle Bunny June 2017 Sinclair Basic
  • A Neat Redefine Keys RoutinePreviously, I’ve only shared this routine with a couple of people via PM, but I’ve now decided to make it public. I optimized it for size, so it uses…

    ... ld de,ctrs ;address of string to be printed
    ld ... ,ctrs_eos-ctrs ;length of string
    call 8252 ;print string

    ; ... /> ld de,s_shf ;else, print S. SHIFT
    ld bc ... /> ld de,c_shf ;else, print C. SHIFT
    ld bc ...
    Ast_A_Moore Ast_A_Moore October 2017 Development
<1234567…34>

Latest Posts

  • I am currently watching.....
    Paradigm Shifter on 12:49AM
  • New video about S-video modification on Issue two 48K Spectrum.
    Renegade on April 21
  • Fixed Speccy Software. And which games remained unfixed?
    John Elliott on April 21
  • Happy 40th Birthday to the Amstrad CPC464!
    rich_chandler on April 21
  • Another Birthday! The Game Boy Is 35!
    mel the bell on April 21
  • European Software Titles with an English version
    harriusherbartio on April 21
  • Elusive Strategy Games done by the Smaller or less Prolific Software Houses.
    harriusherbartio on April 21
  • 1992 Spectrum Software
    harriusherbartio on April 21
  • +3 Disk drive motor
    AndyC on April 21
  • Celebrity deaths...
    mel the bell on April 20

HitBox

Word Docs Hits
print 8.5K 20.4K
string 2.8K 5.1K
vertically 649 723

Related Threads

  • How to print with colour using DiscipleHi!<br /> <br /> I was wondering if there is any way of printing in colour using the Disciple. I am using an Epson Stylus 600 Printer with one of my …
  • Sinclair User: Blue Print Double DragonI'm not sure what issue the Blue Print of Double Dragon appeared, I think it was issue 78 (September 88)<br /> <br /> Even a scan would do. Cheers
  • Scrolling string variablesCan anyone help me with this for a program I'm writing on the spectrum.<br /> There was a command in speccy basic that would let you scroll a string …
  • 42 column text, Sinclair Print Utilities, etcI'm currently developing the next of the ZXIF text adventures - "43 Minutes" and, as a side issue, I'm really interested in 42 column text for this g…
  • Print 'n' Plotter SPRITE MACHINEJust got this from an ebay seller this afternoon. I just TZXd it and sent it to the Steve at the vault, yet it might be a while before it gets put up…
  • How to get Grahics to wrap vertically around the screen?I am using the following code to draw an image to the screen.<br /> <br /> First I use HL to contain ROW and COLUM<br /> I then call the MapScreenFun…
  • Vertically Scrolling Shoot-em-upsHi everyone,<br /> <br /> I want to put together a list of vertical scrolling shoot-em-ups. I have most of the well known ones (see list) on it alrea…
  • String slicing for UDG definitionHey everyone.<br /> <br /> Got a bit of a string slicing/string to variable conversion problem.<br /> <br /> 10 let a$="01100110"<br /> 20 let pokeva…
  • print at line 22 and 23I have a faint recollection of POKES to allow print at 22,x and 23,x, anyone know what they are? (rather than using the print #0 #1 stuff..)
  • PRINT AT in assemblerHello everyone,<br /> <br /> I am very new to this forums. Like perhaps many others I had a Spectrum as a child and did pretty much simple BASIC prog…

Related Searches

  • print a char in asm
  • print variables
  • ld bc eostr string
  • print on border
  • reorder a string
  • print leading zeroes
  • change characters in string
  • print at 23
  • print through
  • asm text print
  • assembly print text
  • assembly print text at pixel
  • print one line
  • rst 16 print routine
  • inputting to a string array
  • print usr
  • print usr bc
  • print 16 bit number
  • basic print free ram
  • print string diagonal

Copyright © 2024 World of Spectrum