descriptionZ80 assembler written in Z80 assembler (ported from BBC BASIC Z80)
ownerketmar@ketmar.no-ip.org
last changeThu, 20 Aug 2020 07:36:35 +0000 (20 10:36 +0300)
content tags
add:
readme.txt
based on R.T.Russell BBC BASIC (Z80)

Copyright (c) 1984-2000 R.T. Russell

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.


number parser and expression evaluator written by Ketmar Dark
shortlog
2020-08-20 Ketmar Darkimplemented "division by zero" check in asm; still... master
2020-08-20 Ketmar Darkreplaced expression parse in asm with table-driven...
2020-08-16 Ketmar Darkoops, i broke push/pop ix/iy with the previous commit...
2020-08-16 Ketmar Darkadded support for "push/pop r16,r16..." to assembler
2020-08-16 Ketmar Darkadded optional support for "LD r16,r16" to assembler...
2020-08-15 Ketmar Darkexample driver: show current pass number
2020-08-15 Ketmar Darkit is now possible to turn off showing address and...
2020-08-15 Ketmar Darkmore fixes; implemented two-pass assembling to resolve...
2020-08-15 Ketmar Darksome cosmetix in asm; more comments
2020-08-15 Ketmar Darkadded Einar Saukas' optimisation to disasm, cut 2 bytes
2020-08-15 Ketmar Darkadded disassembler module by John Kerr
2020-08-15 Ketmar Dark4x8 driver with "<MORE>" prompt
2020-08-15 Ketmar Darkmoved font include into 4x8 driver
2020-08-15 Ketmar Darkstripped 7 bytes by reordering some code, and replacing...
2020-08-15 Ketmar Darkfinished label manager interface; implemented sample...
2020-08-15 Ketmar Darkmerged expression parser with assembler itself
...
heads
3 years ago master