Jump to content

xxl

Members
  • Posts

    2,287
  • Joined

  • Last visited

  • Days Won

    1

xxl last won the day on February 18 2013

xxl had the most liked content!

3 Followers

Contact / Social Media

Profile Information

  • Custom Status
    Content moderated - indefinitely
  • Gender
    Male
  • Location
    Rabka-Zdrój /Poland

Recent Profile Visitors

19,976 profile views

xxl's Achievements

River Patroller

River Patroller (8/9)

3.1k

Reputation

  1. what does the word RESET mean? Something different for everyone You can arrange an activity with your neighbor's wife after using the security word, but Atari does not have a hard reset button - you cannot choose - the user is doomed to the coder's violence and the effect of using this key depends on his will, not yours.
  2. finally someone thought about ROOF computing - atari will order me dinner before I even think about it, thank you 🙂 Real-Time Operations Facilitations or ROOF is a class of computational framework for Edge Computing with Internet of Things (IoT). The ROOF framework provides support for building scalable, secure, and robust Internet of Things applications with limited tools in resource constrained situations.
  3. set the device number before referring to the proc: lda #$02 ; D2 sta $301 ; DUNIT I would do that...
  4. Beautiful code. Atari coders still have a lot to learn, for now we are at the stage of satisfying the limitations of loading games from DOS ;D
  5. but the "MEMLO" with these drivers in Sparta DOS when using ext ram is actually $2B6C or is it some kind of bug?
  6. AVG https://atari8bit.net/tutorials/de-re-avgcart/ and with the ECS cable you will also be able to expand the memory
  7. KGETCH equ $F302 jsr KGETCH REG A = ATASCII KEY
  8. you return the status in the Y register if you work with MyDOS and return to Basic (if you run the Binaries via XIO) in DOSXE, however, the error will probably appear when you return with the C set (xBIOS style ?) so it's best to go back like this: clc ldy #1 rts
  9. https://a8.fandal.cz/detail.php?files_id=5515 Chopin 2010 (a dozen or so pieces by Chopin)
  10. If you want to go back to Basic (if you are returning from a xio loaded program), do as I say and don't forget about LDY #1, not just RTS (... hmmm, I have the impression that you don't know what memory should not be destroyed when working with Basic...) 🙂
  11. JMP ($BFFA) it follows that AtariBasic is a cartridge... but you have to know what you are doing because to do it you have to meet several conditions. it's best to use binaries from Basic that don't break the system - see: Beepem all 6 - there are multiple binaries running and Basic still works.
  12. xIRQEN equ xBIOS+$3e8 ; User IRQ (1 byte) can be configured via the xB header, file or used as desired after program startup.
  13. 🙂 Show off your project - what will it be?
×
×
  • Create New...