sim8085 icon indicating copy to clipboard operation
sim8085 copied to clipboard

Online 8085 simulator

Results 46 sim8085 issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

# Problem Statement When we give any address to store the value at some memory location say `STA 2300` then the data will be stored in memory location Hex equivalent...

I mainly use the program with the keyboard shortcuts because that what your are supposed to do, So it would be great to create a some shortcuts for things like...

enhancement

Infinite loop program is not working like "real-time-clock" project is not working, also "Hour_sec" this type of code not working ![bug](https://user-images.githubusercontent.com/89990687/166914131-b62b47d4-c040-4b2c-957e-232585131be1.jpg)

On executing the following code, I think both `AC` and `CY` flags should set; however, only the `CY` flag sets in the simulator. ```assembly mvi a, 1fh mvi b, ffh...

It adds 06 to any numbers (i.e. although the number is less than 0xA) to adjust decimal using `DAA` after once `DAA` executed for number greater than 0x9.

I prepared the following code for Transfer of data blocks in bits , but it is not working since it uses JNC instruction. MVI B,FBH LXI H,2030H LXI D,2040H LOOP:MOV...

If I am not wrong, there is a need to double-click (Triple Click Actually) every Memory Location to edit it. But for those who like Hand Assembly or who have...

enhancement
interface

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies