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.4
mpm
Browse files
Nov 12, 2013
MPM-19: Allow directives to be recognized with a leading “.” (full stop). This...
· 25f7c7d0
Bits4fun
authored
Nov 12, 2013
View commits for tag V1.4
V1.4
25f7c7d0
Nov 11, 2013
MPM-20: Fixed parsing bug in INC/DEC <rr> instructions, so that unknown...
· e9a5ff15
Bits4fun
authored
Nov 11, 2013
e9a5ff15
Nov 08, 2013
Bugfix in expression parser initialisation: infix expression buffer was not...
· b0a62af7
Bits4fun
authored
Nov 08, 2013
b0a62af7
Nov 07, 2013
Merge branch 'feature/MPM-17' into develop
· af61c31f
Bits4fun
authored
Nov 07, 2013
af61c31f
MPM-17: Free previously allocated resources of the Include File Cache before exiting Mpm.
· abd8c882
Bits4fun
authored
Nov 07, 2013
abd8c882
MPM-17: Implemented Include File Cache.
· 10ce23b4
Bits4fun
authored
Nov 07, 2013
10ce23b4
MPM-16: Post-feature optimization: Refactored to only use file specifier - the...
· 0d01ef89
Bits4fun
authored
Nov 07, 2013
0d01ef89
Nov 06, 2013
MPM-17: Fixed minor GCC compiler warning while testing on Raspberry Pi.
· acf58990
Bits4fun
authored
Nov 06, 2013
acf58990
MPM-17: Release cached source code file from memory after pass 1 since it's...
· f8a595af
Bits4fun
authored
Nov 06, 2013
f8a595af
Nov 05, 2013
MPM-16: Minor bug fix - clear EOF flag when file data is loaded and released.
· 83381a09
Bits4fun
authored
Nov 05, 2013
83381a09
Merge branch 'feature/MPM-16' into develop
· 6f26961b
Bits4fun
authored
Nov 05, 2013
6f26961b
MPM-16: Implemented CacheFileData() - for loading partial data (not only...
· e143b3a6
Bits4fun
authored
Nov 05, 2013
e143b3a6
MPM-16: Edited comments (better description) and improved security when...
· 9c94b5e5
Bits4fun
authored
Nov 05, 2013
9c94b5e5
MPM-16: Bugfixes with EOF handling and pointer bounds-check in MfGetc().
· 457c90b2
Bits4fun
authored
Nov 05, 2013
457c90b2
Nov 04, 2013
MPM-16: Forgot to add sourcefile.h dependency on z80_instr.c to make scripts.
· 65507de9
Bits4fun
authored
Nov 04, 2013
65507de9
MPM-16: Remaining code that parses source files have been changed to read from...
· eec183aa
Bits4fun
authored
Nov 04, 2013
eec183aa
Added legacy description and logs of Mpm, coming from the roots of Z80asm.
· 0f522d25
Bits4fun
authored
Nov 04, 2013
0f522d25
MPM-16: Cache current module assembler source file in memory before parsing.
· 948526e1
Bits4fun
authored
Nov 04, 2013
948526e1
MPM-16: Re-implemented IncludeFile() - the functionality of INCLUDE directive...
· fa868502
Bits4fun
authored
Nov 04, 2013
fa868502
MPM-16: Refactored Skipline() and GetChar() to not use arguments - they were...
· 4fd6729d
Bits4fun
authored
Nov 04, 2013
4fd6729d
Nov 03, 2013
MPM-16: LoadFile(): Handle empty source files.
· 85889954
Bits4fun
authored
Nov 03, 2013
85889954
MPM-16: Implemented new functionality for memory file: LoadFile(), MfGetc(),...
· 088d6d11
Bits4fun
authored
Nov 03, 2013
088d6d11
Nov 02, 2013
MPM-16: Adjusted make files for various platforms & compilers to compile new sourcefile.c
· 0db6ff28
Bits4fun
authored
Nov 02, 2013
0db6ff28
MPM-16: Refactored some functions to sourcefile.c: FetchDependencies(),...
· ef6707ea
Bits4fun
authored
Nov 02, 2013
ef6707ea
Oct 29, 2013
MPM-16: Refactored source file functionality into sourcefile.c
· afb04599
Bits4fun
authored
Oct 29, 2013
afb04599
Merge branch 'feature/MPM-14' into develop
· 27ab8296
Bits4fun
authored
Oct 29, 2013
27ab8296
MPM-14: srcasmfile global variable finally eliminated from Mpm source code,...
· 804e444d
Bits4fun
authored
Oct 29, 2013
804e444d
Oct 28, 2013
MPM-14: Eliminate srcasmfile global variable in libraries.c.
· 4c01c7ad
Bits4fun
authored
Oct 28, 2013
4c01c7ad
MPM-14: Replaced srcasmfile global variable with CURRENTFILE->stream in z80_instr.c.
· 4b4a5c66
Bits4fun
authored
Oct 28, 2013
4b4a5c66
MPM-14: Replaced srcasmfile global variable with CURRENTFILE->stream in exprprsr.c.
· 56ab1dff
Bits4fun
authored
Oct 28, 2013
56ab1dff
MPM-14: Removed linefeed in GPL header (trivial).
· 8c423940
Bits4fun
authored
Oct 28, 2013
8c423940
MPM-14: Replaced srcasmfile global variable with CURRENTFILE->stream in...
· e875d63a
Bits4fun
authored
Oct 28, 2013
e875d63a
Oct 26, 2013
MPM-14: Removed srcasmfile global variable in asmdrctv.c
· 15ea426f
Bits4fun
authored
Oct 26, 2013
15ea426f
MPM-14: Removed srcasmfile global variable in pass.c
· 2fe6a850
Bits4fun
authored
Oct 26, 2013
2fe6a850
MPM-14: Improve the srcasmfilename handling in main module loop.
· bf79df1f
Bits4fun
authored
Oct 26, 2013
bf79df1f
MPM-14: srcasmfilename reduced to a local variable in main(). Use...
· 3c8216af
Bits4fun
authored
Oct 26, 2013
3c8216af
Oct 25, 2013
MPM-14: main.c - reduce global file stream clutter: Begin to replace...
· cd056419
Bits4fun
authored
Oct 25, 2013
cd056419
MPM-14: Two Error Report functions replaced with Error Number Mnemonics for readability.
· 82b0d6ed
Bits4fun
authored
Oct 25, 2013
82b0d6ed
Merge branch 'develop' into feature/MPM-14
· 993aaeab
Bits4fun
authored
Oct 25, 2013
993aaeab
MPM-15: Fully implemented EQU directive. Also, first name on line without...
· fbe4adb1
Bits4fun
authored
Oct 25, 2013
fbe4adb1
Loading