2 years ago
Probably affected instructions: ADD A,@Rx ADDC A,@Rx ANL A,@Rx CJNE @Rx,#data,reladdr DEC @Rx INC @Rx MOV @Rx,#data MOV @Rx,A MOV @Rx,iram addr MOV A,@Rx MOV iram addr,@Rx ORL A,@Rx SUBB A,@Rx XCH A,@Rx XCHD A,@Rx XRL A,@Rx
2 years ago
Bug3 fixed
2 years ago
Bug4 fixed
2 years ago
Unfortunately, the issue is still available. The current implementation is doing PC = PC + A + DPTR, but the correct behavior should have been PC = A + DPTR.
2 years ago
Unfortunately, the issue is still available.
2 years ago
Probably affected instructions: ADD A,@Rx ADDC A,@Rx ANL A,@Rx CJNE @Rx,#data,reladdr DEC @Rx INC @Rx JMP @A+DPTR MOV @Rx,#data MOV @Rx,A MOV @Rx,iram addr MOV A,@Rx MOV iram addr,@Rx ORL A,@Rx SUBB A,@Rx XCH A,@Rx XCHD A,@Rx XRL A,@Rx
2 years ago
SFR access
7 years ago
Thank you for reporting and sorry for late response. I will apply your patch and make a new release.
7 years ago
JMP @A + DPTR ending up somewhere else
8 years ago
Michał Cichoń
committed
[806231]
Restore app.config.
8 years ago
Michał Cichoń
committed
[ca6ede]
Add version to About dialog.
8 years ago
Michał Cichoń
committed
[513a1f]
Remove test code.
8 years ago
Michał Cichoń
committed
[30dcb6]
Merge branch 'release/0.7.4'
8 years ago
Michał Cichoń
committed
[6a6747]
Add ChangeLog.txt
8 years ago
Michał Cichoń
committed
[1fda41]
Update ignores.
8 years ago
Michał Cichoń
committed
[3a325c]
Merge tag '0.7.4' into develop
8 years ago
Michał Cichoń
committed
[9e83f0]
B5 CJEE A, [direct address], [relative address] was incorrectly decoded to CJEE A, #constant, [relative address]
8 years ago
Michał Cichoń
committed
[b936c9]
Bump version.
8 years ago
Michał Cichoń
committed
[8e83cb]
Installer: Automatically pull version from generated assembly.
8 years ago
Michał Cichoń
committed
[3f28ca]
Update installer.
8 years ago
Michał Cichoń
committed
[089a89]
Migrate project to .NET 4.0 and Visual Studio 2017.
8 years ago
8 years ago
8 years ago
1 decade ago
Michał Cichoń
committed
[dc9299]
Fix: Various bit tests give wrong results.
1 decade ago
Michał Cichoń
committed
[e31ea1]
Fix: mov (direct) (indirect) was disassembled i...
1 decade ago
Michał Cichoń
committed
[cec4a1]
Fix: ajmp was improperly increasing PC after ex...
1 decade ago
1 decade ago
1 decade ago
Tiny8051 0.7.3 released!
1 decade ago
1 decade ago
1 decade ago
1 decade ago
Michał Cichoń
committed
[242eb2]
Bump version to 0.7.3
1 decade ago
Michał Cichoń
committed
[745d66]
Migrate solution to Visual Studio 2015. C++\CLI...
1 decade ago
Michał Cichoń
committed
[cd4160]
Merge branch 'release/0.7.3'
1 decade ago
Michał Cichoń
committed
[4559ec]
Merge tag '0.7.3' into develop
1 decade ago
Michał Cichoń
committed
[f609c8]
* Fix detailed disassembly of MOV (direct), (di...
1 decade ago
Michał Cichoń
committed
[6b6dd3]
* Add comments to argument specifications.
1 decade ago
Michał Cichoń
committed
[093e29]
* Fix reminder in DIV AB
1 decade ago
Tiny8051 0.7.2 released!
1 decade ago
1 decade ago
1 decade ago
Michał Cichoń
committed
[8c0ba6]
Merge tag '0.7.2' into develop
1 decade ago
Michał Cichoń
committed
[15f98a]
Merge branch 'release/0.7.2'
1 decade ago
Michał Cichoń
committed
[9df8d4]
* Comment out debug code.
1 decade ago
Tiny8051 0.7.1 released!
1 decade ago
Tiny8051 0.7.1 released!
1 decade ago
1 decade ago
1 decade ago
Michał Cichoń
committed
[804087]
Merge branch 'release/0.7.1'
1 decade ago
Michał Cichoń
committed
[ad0792]
Add dependency downloading to installer.
1 decade ago
Michał Cichoń
committed
[98e9ab]
Merge tag '0.7.1' into develop
1 decade ago
1 decade ago
Michał Cichoń
committed
[870426]
* Clear CPU memory when loading next program fr...
1 decade ago
Michał Cichoń
committed
[a61316]
Merge branch 'release/0.7'
1 decade ago
Michał Cichoń
committed
[656fc1]
* Add ignore file.
1 decade ago
Michał Cichoń
committed
[1bf3c9]
Merge tag '0.7' into develop
1 decade ago
Michał Cichoń
committed
[2f2b08]
* Save files with UTF-8 encoding
1 decade ago
Michał Cichoń
committed
[619b37]
- trunk directory add'ed
1 decade ago
Michał Cichoń
committed
[ee1d8f]
- move external library to dedicated folder [WIP]
1 decade ago
Michał Cichoń
committed
[67a496]
- add directory for additional libraries [WIP]
1 decade ago
Michał Cichoń
committed
[431fe4]
- move project files to new directory [WIP]
1 decade ago
Michał Cichoń
committed
[ea5802]
- rewrited interrupt and timer code (now they ...
1 decade ago
Michał Cichoń
committed
[3551f7]
- initial version of installer
1 decade ago
Michał Cichoń
committed
[21045b]
Merge branch 'release/0.4'
1 decade ago
Michał Cichoń
committed
[940c59]
Merge branch 'release/0.2'
1 decade ago
Michał Cichoń
committed
[85249f]
- updating project configuration for new direc...
1 decade ago
Michał Cichoń
committed
[5ce301]
- version update
1 decade ago
Michał Cichoń
committed
[0cabdf]
*WARNING* This is work in progress.
1 decade ago
Michał Cichoń
committed
[0e4b63]
- split remaining tests into categories
1 decade ago
Michał Cichoń
committed
[bd66d1]
Fixed ID: 3411436.
1 decade ago
Michał Cichoń
committed
[4a1cca]
- Fixed: ETx flags are not automatically set (...
1 decade ago
Michał Cichoń
committed
[c558fd]
Bump installer version.
1 decade ago
Michał Cichoń
committed
[016da4]
- updated license
1 decade ago
Michał Cichoń
committed
[863d91]
- add new project base directory [WIP]
1 decade ago
Michał Cichoń
committed
[37b217]
- return to Inno Setup installer
1 decade ago
Michał Cichoń
committed
[909001]
Merge branch 'release/1.1'
1 decade ago
Michał Cichoń
committed
[5a984e]
- add tests for inc, dec and subb
1 decade ago
Michał Cichoń
committed
[3f274a]
- usunięcie błędu z niepoprawną konwersją kodu...
1 decade ago
Michał Cichoń
committed
[bc1fce]
Update date.
1 decade ago
Michał Cichoń
committed
[33ebb5]
Merge branch 'release/0.5'
1 decade ago
Michał Cichoń
committed
[7f746e]
Merge branch 'release/0.3'
1 decade ago
Michał Cichoń
committed
[5997e5]
- first release
1 decade ago
Michał Cichoń
committed
[f0b455]
- zmiana wersji
1 decade ago
Michał Cichoń
committed
[78dac4]
- added new implementation of MCS-51 in C lang...
1 decade ago
Michał Cichoń
committed
[c6e045]
Prepare place for interrupts and timers impleme...
1 decade ago
Michał Cichoń
committed
[86b85e]
Merge branch 'release/0.6'
1 decade ago
Michał Cichoń
committed
[b2d7a2]
- implement subtract with borrow
1 decade ago
Michał Cichoń
committed
[d55725]
Merge branch 'release/1.0'
1 decade ago
Michał Cichoń
committed
[ac7d5a]
- add more tests for addition
1 decade ago
Prepare place for interrupts and timers impleme...
1 decade ago
- split remaining tests into categories
1 decade ago
- add tests for inc, dec and subb
1 decade ago
- implement subtract with borrow
1 decade ago
- add more tests for addition
1 decade ago
*WARNING* This is work in progress.