Code Monkey home page Code Monkey logo

Comments (2)

ped7g avatar ped7g commented on June 20, 2024

does zxspectrum48 cover these as sort of "superset" of zx80/81, or does the memory map differ enough to make zx48 map invalid for such use? (sorry for entry level question, I know next to nothing about ZX80 and ZX81, I have just seen them like 2-3 times in my life :) ).

from sjasmplus.

stevexyz avatar stevexyz commented on June 20, 2024

Despite Spectrum has been my first computer, I had now to search to find information about it :)

Anyway, depending what you mean with "memory map", here some differences I can see:

  • zx81 has 8k ROM (zx80 4k) while spectrum 16k (all starting at 0)
  • if I got it properly zx spectrum video memory is strictly below the 32k; zx81 way to handle video has not this limit even if in not true-hires it is "executing" video memory in the upper 32k to display the data in the lower 32k (it is a bit complex to describe the tricks used for video display but I can elaborate further if needed)
  • "standard" zx80 and zx81 have just 1kb of memory (from 0x4000 to 0x4400)
  • both have no paging feature with standard expansions

Waiting for answer here I found in the documentation that there is a recent instruction that might even be used: "DEFDEVICE". Can this be good to be used?

 DEFDEVICE zx81, $4400, 1
 DEVICE zx81
...

from sjasmplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.