Coder Social home page Coder Social logo

agon-projects's Introduction

Hi, Iโ€™m @breakintoprogram

I'm an ex-games developer who worked at various companies in the UK in the 80s and 90s

I now repair, code, and blog about retro computers as a hobby

You can find me on social media:

I am quite happy contributing to the various communitiies I'm involved in with no obligations

However, if you like what I am doing and would like to contribute, you can do so at ko-fi.com/breakintoprogram

I am also raising money in memory of my good friend Geoff Follin in aid of Pancreatic Cancer UK

agon-projects's People

Contributors

breakintoprogram avatar evolutional avatar lennart-benschop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

agon-projects's Issues

I'm working on a sprite editor (firmware 1.0.4)

Hi,
I'm working on a sprite editor called 'spredit', under agon light emulator. (waiting for the real one)
I program it in asm. It will be MIT license. So, where can I share the source code, please ?

A listing file

I have a newly minted Z80 (legacy) cross-assembler I'm trying to finalize.
I can assemble the hello world 16 program, using macros for RST.LIS and the like.
I would love to see a listing file of that project from someone that has the Zilog assembler installed.
I don't, for some reasons. What I am really after is to cross check my work against a known standard.

  • Wes

Update demos to run on MOS 1.03

Check and update the standard demos to run on MOS 1.03 RC1 and above.

  • hello_16: pass
  • hello_24: pass
  • hello_c: pass
  • memdump: fail - pausing after each line, presume checking esc
  • disassemble: pass

The 16-bits asm sample should be broken

Unless I misunderstood something (which is very possible) the starting code in init.asm of Hello World 16 doesn't make sense :
_start: PUSH.LIL IY ; Preserve IY
LD IY, 0 ; Preserve SPS
ADD IY, SP
PUSH.LIL IY
LD SP, 8000h ; And set to 8000h, top of the MOS command area

Saving the SP on the stack is not a problem per se, but to restore the SP you will need to restore the SP first, which sounds ... circular. So when LD SP,8000 destroys the SP at the next instruction, the corresponding POP.LIL IY ; LD SP,IY is popping a random value @8000h and 8001h and is not restoring the SP, so the APP crashes.

I seems to me that the SP save and init to 8000h has been added as a quick fix and not tested (commit 3c089b6), but blame me it I am just too ignorant (the ADL/Mixed thing is tricky)

Thank you if someone can explain this to me...

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.