Jump to content

sometimes99er

Members
  • Posts

    4,788
  • Joined

  • Days Won

    1

Everything posted by sometimes99er

  1. cb @hit,@frame_ref ; PUSH HL ; ; LD A,($D300) ; ; LD HL,$CE1A ; ; CP (HL) ; ; POP HL ;
  2. sla hl,9 ; ADD HL,HL ; ; ADD HL,HL ; ; ADD HL,HL ; ; ADD HL,HL ; ; ADD HL,HL ; ; ADD HL,HL ; ; ADD HL,HL ; ; ADD HL,HL ; ; ADD HL,HL ; ADD HL,HL is 2x HL, which is bit-shifting one to the left. And this is done 9 times.
  3. Yep, I was coming to that. ๐Ÿ˜
  4. movb *ix+,a ; LD A,(IX+$00) ; ; INC IX ;
  5. inct hl ; INC HL ; ; INC HL ; inct hl ; INC HL ; ; INC HL ; cb a,*hl ; CP (HL) ; dect hl ; DEC HL ; ; DEC HL ; dect hl ; DEC HL ; ; DEC HL ;
  6. dec @timer ; LD A,($DA14) ; ; DEC A ; ; LD ($DA14),A ; I guess timer has to be a word then.
  7. I think sound lists allow for that too (a half note played simultaneously with two consecutive quarter notes). ๐Ÿ™‚
  8. Nice technical achievement ! ๐Ÿ‘ I remember seeing that game BITD. Nice graphics. I thought it was the Cookie Monster from Sesame Street, but apparently Berk is based on a British television show of the same name. I think Cookie Monster came first. https://en.wikipedia.org/wiki/The_Trap_Door_(video_game) https://en.wikipedia.org/wiki/The_Trap_Door https://en.wikipedia.org/wiki/Cookie_Monster
  9. Yeah, that was surprisingly good. ๐Ÿ‘
  10. Yeah, that was the one I used to use. The link works, so it's apparently still around. Is it updated ?
  11. Order is less important to me. Ability to search is crucial - to me. ๐Ÿ˜‹ There once were a text file a the top, which was just the usual listing of directories and files. I downloaded that, and used it often to search for what I was looking for. I haven't looked, but it there a way to "dir" (display list of files and subdirectories in a directory) the fpt.whtech.com ?
  12. Tombstone is more straight forward, while Invaders is leaning toward spaghetti. ๐Ÿ˜ฌ
  13. My version of the Editor/Assembler manual had no mentioning of "a game or application program that can be used as an example". I'm guessing I was "out" early ? ๐Ÿ˜
  14. Only minor, but important work has been done on "Asteroids" and "Miniature Golf" (both working titles heavily leaning on Atari 2600), but thanks for bringing my attention to both of them. ๐Ÿ˜‹
  15. Havelรฅge means garden gate. ๐Ÿ˜
  16. Havelรฅge. Et hashtag er et udtryk, et beskrivende ord, eller en sรฆtning med tegnet # foran. Hash er den engelske betegnelse for dette tegn, som pรฅ dansk kaldes nummertegn, firkant eller โ€œhavelรฅgeโ€. ๐Ÿ˜
ร—
ร—
  • Create New...