Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · V1.9.12
mpm
Browse files
Nov 06, 2022
(
#46
) Updated ReadMe.md to reflect compile scripts
· 027f595c
Bits4fun
authored
Nov 06, 2022
View commits for tag V1.9.12
V1.9.12
027f595c
(
#46
) Windows: after Cmake built is completed, change dir to root project folder
· 75255376
Bits4fun
authored
Nov 06, 2022
75255376
(
#46
) Windows: Build with Cmake before Qmake, use build ID = '0' when neither...
· d5e533db
Bits4fun
authored
Nov 06, 2022
d5e533db
(
#46
) Fixed GCVOV test scripts. Also fixed a minor compiler warning (
#22
)
· 6b269915
Bits4fun
authored
Nov 06, 2022
6b269915
(
#46
) Improve compilation; use build ID = '0' when neither git nor .git folder exists
· 9b3ba324
Bits4fun
authored
Nov 06, 2022
9b3ba324
Nov 04, 2022
(
#47
) Forgot to update version for sonar qube properties...
· 8c48e0f4
Bits4fun
authored
Nov 04, 2022
8c48e0f4
(
#47
) Feature completed for V1.9.12
· 201444a0
Bits4fun
authored
Nov 04, 2022
201444a0
(#49) added examples of escape characters inside string constants.
· aadb136a
Bits4fun
authored
Nov 04, 2022
aadb136a
(#49) Fix regression; use GetChar() to read characters from string constants...
· 93f6791f
Bits4fun
authored
Nov 04, 2022
93f6791f
(
#47
) DB, DEFB & BYTE directives are now using the ASCII parser
· 5a6cd199
Bits4fun
authored
Nov 04, 2022
5a6cd199
Merge branch 'master' into issue#47
· 218bd59f
Bits4fun
authored
Nov 04, 2022
218bd59f
(
#45
) Fixed incorrect CPU directive for Intel 8080, added test case for...
· a9d4d3b4
Bits4fun
authored
Nov 04, 2022
a9d4d3b4
(
#47
) Added new test cases for defm with latest improvements
· f16561b2
Bits4fun
authored
Nov 04, 2022
f16561b2
(
#47
) fixed use case of single char strings with the following syntax: "x". ...
· 6242a1f7
Bits4fun
authored
Nov 04, 2022
6242a1f7
(
#47
) Single or multiple char strings can now be defined as 'xxx' or "xxx",...
· 7504035e
Bits4fun
authored
Nov 04, 2022
7504035e
Oct 31, 2022
(
#46
) Unix compile script now detects CMake build system and uses it to generate Makefile
· 22d0fc6e
Bits4fun
authored
Oct 31, 2022
22d0fc6e
Oct 22, 2022
Update SonarCloud project properties to reflect Mpm V1.9.11
· f93ac1f4
Bits4fun
authored
Oct 22, 2022
View commits for tag V1.9.11
V1.9.11
f93ac1f4
(
#16
) Ups, overlooked one smell..
· 31af031b
Bits4fun
authored
Oct 22, 2022
31af031b
(
#16
) Removed some code smell noise
· 0e273e93
Bits4fun
authored
Oct 22, 2022
0e273e93
(
#45
) Final polish, Mpm is now V1.9.11
· fc8fea16
Bits4fun
authored
Oct 22, 2022
fc8fea16
(
#45
,
#16
) Improved parser code. In GCOV tests, let i8080 code produce ihex output
· 0cb5e954
Bits4fun
authored
Oct 22, 2022
0cb5e954
Oct 21, 2022
(
#45
) Fixed generic Unix / Windows makefiles
· ff6b85e8
Bits4fun
authored
Oct 21, 2022
ff6b85e8
(
#45
) Intel 8080 parser & code generation completed
· f4d7885c
Bits4fun
authored
Oct 21, 2022
f4d7885c
(
#45
) Added Z80 instructions as comments (to view notation difference) in...
· a05e7a1b
Bits4fun
authored
Oct 21, 2022
a05e7a1b
(
#45
) Added IN & OUT instructions
· 6869496f
Bits4fun
authored
Oct 21, 2022
6869496f
(
#45
) Added RST instructions
· 640ab819
Bits4fun
authored
Oct 21, 2022
640ab819
(
#45
) Added PUSH & POP instructions
· 6a784d2e
Bits4fun
authored
Oct 21, 2022
6a784d2e
Oct 20, 2022
(
#45
) Added INX & DCX instructions
· 48092f82
Bits4fun
authored
Oct 20, 2022
48092f82
(
#45
) Added INR & DCR instructions
· 346a1ae0
Bits4fun
authored
Oct 20, 2022
346a1ae0
(
#45
) Added LHLD, SHLD & DAD instructions
· d1874915
Bits4fun
authored
Oct 20, 2022
d1874915
Oct 19, 2022
(
#45
) Added LDA, STA instructions
· 71f025a5
Bits4fun
authored
Oct 19, 2022
71f025a5
Oct 18, 2022
(
#45
) Added LXI instructions
· 6b24ccb1
Bits4fun
authored
Oct 18, 2022
6b24ccb1
(
#45
) Added LDAX, STAX instructions
· ecc08809
Bits4fun
authored
Oct 18, 2022
ecc08809
Oct 17, 2022
(
#45
) Added CNZ, CZ, CNC, CC, CPO, CPE, CP, CM, JNZ, JZ, JNC, JC, JPO, JPE & JM instructions
· b896241f
Bits4fun
authored
Oct 17, 2022
b896241f
(
#45
) Added ADI, ACI, SUI, SBI, ANI, XRI, ORI & CPI instructions
· d2daabf8
Bits4fun
authored
Oct 17, 2022
d2daabf8
Oct 16, 2022
(
#45
) Added ADD, ADC, SUB, SBB, ANA, XRA, ORA & CMP instructions
· 3ea1c0de
Bits4fun
authored
Oct 16, 2022
3ea1c0de
(
#45
) Add MVI instructions, various internal refactoring
· 61f5cc5a
Bits4fun
authored
Oct 16, 2022
61f5cc5a
(
#45
) added all single mnemonic word instructions in i8080.asm file
· 7a8ffe53
Bits4fun
authored
Oct 16, 2022
7a8ffe53
(
#45
) Implemented MOV instructions, added asmtests/i8080.asm file and GCOV...
· 63e158d4
Bits4fun
authored
Oct 16, 2022
63e158d4
Oct 14, 2022
(
#45
) Implemented all single mnemonic word instructions
· 1f95a3d2
Bits4fun
authored
Oct 14, 2022
1f95a3d2
Loading