MSX logo
  • HOME
  • NEWS
    • ARCHIVE
  • FORUM
    • MSX TALK
    • DEBATES EN ESPAÑOL
    • MULTILINGUAL FORUMS
  • WIKI
    • INDEX
    • PROGRAMMING
    • MSX FAQ
    • SCENE MEMBERS
    • SCENE GROUPS
  • COMMUNITY
    • PHOTOSHOOTS
    • POLLS
    • LINKS
  • ARTICLES
    • GENERAL
    • REVIEWS
    • FAIR REPORTS
  • DOWNLOADS
    • DOWNLOADS DB
  • MRC
    • ABOUT US
    • JOIN OUR TEAM
    • DONATE
Home
  • Content
  • Users

Search

Last
Next
Page 1/280
| 2 | 3 | 4 | 5 | 6
Search results

Fill memory with 16 bits value

by aoineko on 06-03-2023, 09:18
Score: 176.34 %, Type: Forum topic , Comments: 16 comments
a,FastLDIR_Loop & 0xFF ld l,a ld a,0 adc a,FastLDIR_Loop >> 8 ld h,a ex (sp),hl ... value. ld hl,0c001h ; HL = Destination address + 1 ld (hl),040h ; MSB 8bits of the value dec hl ld (hl),0 ; LSB 8bits of the value ld de,0c002h ld bc,00500h ; BC = Length -2 ldir Thanks ...

Displaying text in graphical mode

by yevrowl on 05-03-2023, 23:19
Score: 176.32 %, Type: Forum topic , Comments: 2 comments
Greetings! In Q(uick)Basic, LOCATE displays text in any screen modes. But in MSX1 on SCREEN 2 the text is not visible... Is it possible to display text in graphics modes? Possible. You should use Possible. You should use special ...

I'm making a game (Tetpuz)

by Totta on 03-03-2023, 09:34
Score: 176.21 %, Type: Forum topic , Comments: 10 comments
discuss in forums, see what others are up to at the moment etc. Included in that site was a hidden online ...

Resurrecting my old game code

by Totta on 01-03-2023, 16:05
Score: 176.12 %, Type: Forum topic , Comments: 13 comments
seems I display it using DEFUSR=&HDD20:A=USR(0) The same goes with file #3 which also ... on the forum about opening the files with LINE INPUT and similar ways but none of the examples seem to work. ... Quote: 5 SCREEN 0:WIDTH80 10 REM LECTURE DU HEADER CASSETTE 20 REM (C) DANIEL MARTIN 1985 30 ...

MO5.com is making a MSX game

by aoineko on 28-02-2023, 20:36
Score: 176.14 %, Type: Forum topic , Comments: 4 comments
https://www.msx.org/wiki/Develop_a_program_in_cartridge_ROM#... https://www.msx.org/forum ...

Is there a way to get Program Counter (PC) on Z80?

by DarkSchneider on 22-02-2023, 16:31
Score: 175.96 %, Type: Forum topic , Comments: 8 comments
and has some part like this: if content of some address != 0 then call it, if not continue. As ... in a fixed memory location: somewhere_hook: jp 0x0000 Somewhere_hook is a fixed location and followed ... instructions `pop hl : jp (hl)` to VRAM at fixed address like 0x4000, and `call 0x4000` will load HL ...

SC bitmap file format header?

by DarkSchneider on 21-02-2023, 10:22
Score: 175.9 %, Type: Forum topic , Comments: 8 comments
What I have found is that are 7 bits, but not the content. Has someone the content of the header for SC bitmap files? Also, the BLTVD subROM function, expects only NX and NY, or the full SC header? For descriptions I have found, it only says that NX ...

Is chatGPT a good coder?

by Totta on 19-02-2023, 23:36
Score: 175.73 %, Type: Forum topic , Comments: 2 comments
It replied di ; disable interrupts ld a, (ix+0) ; load value from memory into the accumulator add a, a ; multiply the accumulator by 2 ld (ix+0), a ; store the result back ...

Question about v9990 coding

by Trebmint61 on 18-02-2023, 23:45
Score: 175.72 %, Type: Forum topic , Comments: 14 comments
.Quig_BMXL_32:db #e0 ;SA bits 0-7 .Quig_BMXL_33:db 0 ;SA NA .Quig_BMXL_34:db #1 ;SA bits 8-15 .Quig_BMXL_35:db #6 ;SA bits 16-18 .Quig_BMXL_36:db 0 ;DX bits 0-7 .Quig_BMXL_37:db 0 ;DX bits 8-10 .Quig_BMXL_38:db #80 ;DY bits 0-7 .Quig_BMXL_39:db #f ;DY bits 8-11 .Quig_BMXL_40:db #8 ;NX bits 0 ...

How much exact time consumes a DOS2 inter-segment call?

by DarkSchneider on 14-02-2023, 16:20
Score: 175.42 %, Type: Forum topic , Comments: 2 comments
Hi, as title says, someone knows the exact extra time/instruction/cycles used by doing a DOS2 inter-segment call compared to a direct call? If you really want to know If you really want to know that kind of details, see ...
Last
Next
Page 1/280
| 2 | 3 | 4 | 5 | 6
Sort by
  • Relevancy
  • Title
  • Type
  • Author
  • sort iconDate
Filter by type
  • (-) Forum topic
Filter by Forums
  • (-) MSX Talk
    • (-) Development
Filter by post date
  • 2001 (3)
  • 2002 (11)
  • 2003 (109)
  • 2004 (135)
  • 2005 (187)
  • 2006 (152)
  • 2007 (147)
  • 2008 (109)
  • 2009 (91)
  • 2010 (98)
  • 2011 (145)
  • 2012 (102)
  • 2013 (95)
  • 2014 (143)
  • 2015 (150)
  • 2016 (143)
  • 2017 (107)
  • 2018 (129)
  • 2019 (156)
  • 2020 (189)
  • 2021 (202)
  • 2022 (156)
  • 2023 (35)
Filter by author
  • norakomi (129)
  • ARTRAG (124)
  • gasparrini (88)
  • PingPong (87)
  • Eugeny_Brychkov (61)
  • NYYRIKKI (56)
  • Daemos (53)
  • Metalion (50)
  • AxelStone (47)
  • snout (45)
  • Yukio (44)
  • thegeps (40)
  • DarkSchneider (39)
  • flyguille (36)
  • albs_br (33)
  • aoineko (32)
  • ericb59 (28)
  • Chilly Willy (27)
  • gdx (26)
  • sp4 (24)
Become a member

Don't you have an account yet? Become an MSX-friend and register an account!

Register now

MSX Music player
    © 1996-2023 Microcomputer & Related Culture Foundation. MSX is a trademark of MSX Licensing Corporation. Terms and conditions | Privacy policy