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.010s
<1…16171819202122…34>
  • How to disable the "scroll?" message?Hello. I'm a beginner Z80 assembly programmer and I decided to make a ZX Spectrum game to practice my skills and gain some more experience. I curr…

    ... /> ld b, 3 ; length of string
    ld a,(ix+2 ...
    Paradigm Shifter Paradigm Shifter June 2022 Development
  • How to disable the "scroll?" message?Hello. I'm a beginner Z80 assembly programmer and I decided to make a ZX Spectrum game to practice my skills and gain some more experience. I curr…

    ... /> ld b, 3 ; length of string
    ld a,(ix+2 ...
    Paradigm Shifter Paradigm Shifter July 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... hl) ; first byte of value in table
    inc ...
    ; C = value to draw as cursor
    value in table
    inc ... /> ; output a null terminated string at current scr_out position
    ; HL = pointer to string
    puts:
    ld ...
    Paradigm Shifter Paradigm Shifter August 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... a, (hl) ; first byte of value in table
    inc l ... a, (hl) ; first byte of value in table
    inc l ... />
    ; output a null terminated string at current scr_out position
    ; HL = pointer to string
    puts:
    ld a ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... value parsed if it's an int. If it's a string ... /math#toc32
    ; parse numeric string pointed to by DE
    string
    ; Output: ASCII string at (DE)
    signedhltodecimal ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... for quotes inside a string, will use \" for ... hl) ; first byte of value in table
    inc ... hl) ; first byte of value in table
    inc ... ; output a null terminated string at current scr_out position
    ; HL = pointer to string
    puts:
    ld ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... with ROM font)

    ; String/character escape codes
    ; \' #27 ... a, (hl) ; first byte of value in table
    inc l ... a, (hl) ; first byte of value in table
    inc l ... = location of ASCII string
    ; Output: ASCII string at (DE)
    ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Text compression methodsI once typed in a Text compressor from INPUT magazine, it worked on a first and second most common following letters algorythm and reduced the binary…

    ... br /> char test = '"';
    static string[] _data = {
    "\"\\\"",
    ... str[j], out int value))
    {
    ++value;
    }< ...
    Paradigm Shifter Paradigm Shifter September 2022 Sinclair Basic
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... ", Gandalf as 3 tokens though - string: Hello token:, token: Gandalf
    value in table
    inc l ... a, (hl) ; first byte of value in table
    inc l ... />
    ; output a null terminated string at current scr_out position
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... so "hello\0hidden" only displays string: hello

    [code]
    value in table
    inc l ... a, (hl) ; first byte of value in table
    inc l ... />
    ; output a null terminated string at current scr_out position
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... first value
    ; HL = first value
    ; DE = pointer to next value< ... /> ; A = type of first value
    ; HL = first value
    ; returns pointer ... ", 0
    str_err_unterminated_literal db "unterminated string or character literal", 0 ; remove ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... (hl) ; first byte of value in table
    inc l ... (hl) ; first byte of value in table
    inc l ... /> ; output a null terminated string at current scr_out position
    str_err_unterminated_literal db "unterminated string", CR, "literal", 0 ; remove ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... (hl) ; first byte of value in table
    inc l ... (hl) ; first byte of value in table
    inc l ... /> ; output a null terminated string at current scr_out position
    str_err_unterminated_literal db "unterminated string", CR, "literal", 0 ; remove ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... first value
    ; HL = first value
    ; DE = pointer to next value
    ; A = type of first value
    ; HL = first value
    ; returns pointer ... ", 0
    str_err_unterminated_literal db "unterminated string", CR, "literal", 0 ; remove CRs ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Console frameworkStill working on Specotron, but at the point where working out the diagonal lines collision is not good at beer o'clock. In the meantime I've knoc…

    ... first value
    ; HL = first value
    ; DE = pointer to next value
    ; A = type of first value
    ; HL = first value
    ; returns pointer ... ", 0
    str_err_unterminated_literal db "unterminated string", CR, "literal", 0 ; remove CRs ...
    Paradigm Shifter Paradigm Shifter September 2022 Development
  • Emulator compatibility with real SpectrumHi emulator programmers... Having spotted for the last 6 months that my iPAQ is still missing a Spectrum emulator I started typing last tuesday - an…

    ... resets the computer because the value read is unexpected I guess ...
    Anders Anders September 2001 Emulators
  • WinCE Emulator HELP PLZZZ!!!I have LG Phenom Handheld. Just installed Spectrum Emu for WinCE. When I try to load game it looks like it is loading but very quickly and then scree…

    ... returns to blank with Copyright string. What I do wrong? Please ...
    WinCE211 WinCE211 September 2001 Emulators
  • How do i learn to programAll the years i had a computer the only one i could program was the Texas Instruments Ti99/4a and when using extended basic with its so simple sprite…

    ... well all this peek and attr to detect what was where ...
    Andy Gurr Andy Gurr January 2002 Games
  • Assembler code from tutorial, problem!I was wondering if anyone could help me decipher this z80 assembler code? ORG 60000 LOAD 60000 EA60 21BCEA LD …

    ... . Is this loading Accumalator with value
    128? If so when ... happens in address EA68, the value would be
    well over ... increment of 1 taking the value of 128 up and into ...
    Duxbuz Duxbuz August 2001 Sinclair Miscellaneous
  • Speccy Ringtones for your mobile :)Hi guys Im sure i cant be the first person to think of this, but with the aid of a few software packages, I spent this weekend converting some class…

    ... to these tunes, save each string on a single line in ...
    Anonymous Anonymous March 2002 Games
  • Magzine valuesCould any1 give me an idea of an old '80s computer magazine value? I've seen on ebay the prices going for old Crash magazines, and although the one …

    ... an old '80s computer magazine value?

    I've seen ... me some idea of its value.

    The magazine is ... my website purely for curiousity value.

    Has any got ... any idea of the value of this as all the ...
    Vampyre Vampyre June 2002 Sinclair Miscellaneous
  • Short Z80 QuizQ1) Which program gives different result ? A) XOR A ADD A,A B) XOR A ADC A,A C) SCF ADD A,A D) SCF ADC A,A Q2) What is the equivalent of NEG …

    ... K) ?

    Q8) What value holds A after LD A ...
    Dr BEEP Dr BEEP July 2002 Games
  • AY 8912 QuestionI got some problem... Does anyone have a formula to convert from Hz / kHz to the Pitch value of AY Sounchip of Spectrum? Please help...

    I got some problem... Does anyone have a formula to convert from Hz / kHz to the Pitch value of AY Sounchip of Spectrum? Please help...
    LCD LCD July 2002 Sinclair Miscellaneous
  • OUT to file, IN from fileOUT - sentences won't do much on emulators since they mostly communicate with external devices. If there was an emulator that would write the (last) …

    ... write the (last) OUT-ed value to a file and read ... the (last) IN-ed value, then someone could make a ... to file 31.OUT the value of what was OUT-ed ... -program you could read this value and show the matching LED ... the emulator would read the value with LET A=IN 31 ...
    Dr BEEP Dr BEEP August 2002 Emulators
  • ZX PC Interface : The manual, schematics and more info... ZX &lt;-> PC Interface ------------------- Contents 1) The ZX &lt;-> PC Interface 1.1) What is it? 1.2) What does it do? 2) Install…

    ... .
    You may choose any string. This option is added in ... the directory given in the string.
    If only a stationletter ... E,O and C a string is needed!

    3 ... . The info sent int the string can be used as your ...
    Dr BEEP Dr BEEP December 2002 Sinclair Miscellaneous
  • Random Smiley FacesAs promised, here's the Syntax: ;Startup 5 CLS 7 PAPER 0: BORDER 0 ;Graphics 10 FOR n=0 to 7 20 READ row: POKE USR "P"+n,row 30 NEXT n 31 DATA BI…

    ... * 20)

    ; Printout!
    ; String in line 71 is Graphics ...
    Takashi64 Takashi64 January 2003 Sinclair Miscellaneous
  • ANNOUNCE: SPECSAISIE 1.2 released!SPECSAISIE is a Java system which enables one to perform surgery on SNA and TAP files, and various other gubbins (some functions relate to Spectrum e…

    ... .
    + Peek: Print the byte-value(s) stored in an address ... .
    + Poke: Write a byte-value into a specified address.
    value is for the second memory ...
    andrewbroad andrewbroad January 2003 Emulators
  • ANNOUNCE: SPECSAISIE 1.2 released!SPECSAISIE is a Java system which enables one to perform surgery on SNA and TAP files, and various other gubbins (some functions relate to Spectrum e…

    ... .
    + Peek: Print the byte-value(s) stored in an address ... .
    + Poke: Write a byte-value into a specified address.
    value is for the second memory ...
    andrewbroad andrewbroad January 2003 Games
<1…16171819202122…34>

Latest Posts

  • European Software Titles with an English version
    harriusherbartio on 12:06PM
  • How Do You Categorize Your Speccy Software and Games?
    harriusherbartio on 11:21AM
  • Fixed Speccy Software. And which games remained unfixed?
    harriusherbartio on 11:01AM
  • I am currently watching.....
    Paradigm Shifter on 12:49AM
  • New video about S-video modification on Issue two 48K Spectrum.
    Renegade 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
  • 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

HitBox

Word Docs Hits
attr 692 1.3K
value 9.4K 14.6K
string 2.8K 5.1K

Related Threads

  • 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 …
  • rip off or value for moneyhello everyone<br /> <br /> I am slowly starting to get my sinclair spectrum collection together again when i noticed this auction on ebay 8154099500…
  • 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…
  • Key press to ASCII valueI need a bit of code that will give me an ASCII value when the key is pressed. I only really need a-z. I tried using the following code but it only s…
  • TZX Hardware Type value errorsIn the Turtles Coinop TZX there is a Hardware Type block that has a number of hardware values of 04 and one of 49!<br /> The TZX spec states that the…
  • Method to read byte as binary string rather than dec?Hi all<br /> <br /> Am fiddling around with the screen buffer and have written a routine to scan the screenbuffer into upper ram and then write it ba…
  • finding largest value (z80 assembly)suppose we have to write z80 program which requires to find the biggest value in a block of memory starts from the address 101h until address stored …
  • Insane string of bad luckWhat a horrendous past 3 months. :cry:<br /> All my computers died (including WoS), 2 of my guinea pigs died, my holidays got canceled and tonight my…
  • Pentagon 8x1 attr mode - what's the POKE?There isn't one. It's an OUT.
  • BASIC: Fast way of filling a string?Recently I decided to use string slicing to extract random numbers from a sequence in the one-liner Lottery picker:<br /> <br /> [quote]<br /> 20 RAN…

Related Searches

  • find screen position of all attr
  • ld bc eostr string
  • value
  • reorder a string
  • change characters in string
  • add constant value to ix
  • games value
  • inputting to a string array
  • detect a word string on the screen
  • attr p
  • black square attr
  • attr
  • initial value z80
  • hex to dez string
  • colors in a string
  • attributes in a string
  • string
  • attr string
  • attr string change
  • attr value tsring

Copyright © 2024 World of Spectrum