Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

z80 simulator from oshonsoft problem

Status
Not open for further replies.

meowth08

Member
Hi,

I had a problem in simulation.

I opened the simulator.

I opened Tools-Assembler.

On the assembler:

I wrote the program.

I clicked tools and assembled the program and it indicated no error.

I saved it with .asm extension file.

I clicked Tools and Assemble and Load.

I went back to the where I started.

The .obj file is already there for simulation.

I wanted a step by step simulation so I changed the settings.

I simulated it and clicked for STEP but all were NOP.

I have already read the "Getting Started". I followed the simulation procedure. Still, all NOP. :(
 
hi meo8,
As a test I installed the OS Z80 trial.

Used a sample program in assembly, assembled ok, makes obj, lst and hex files.

Runs ok in Ultimate and Step for me.?

E.
 
Thanks sir eric.

I'll check if it generates .lst, .obj, and .hex file

m8
 
haha.. I already figured out what went wrong..

org 8000H :mad::p:mad:
 
Last edited:
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top