issues
search
stardot
/
beebasm
A portable 6502 assembler with BBC Micro style syntax
http://www.retrosoftware.co.uk/wiki/index.php/BeebAsm
GNU General Public License v3.0
86
stars
26
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support complex expressions in instruction parameters
#103
mungre
opened
2 months ago
0
New tokenizer to fix all the PUTBASIC bugs
#102
mungre
closed
3 months ago
0
PUTBASIC mangles hexadecimal values that contain BASIC keywords, e.g. &3DEF
#101
markmoxon
opened
5 months ago
0
Long variable names significantly slow down assembly
#100
dp111
opened
6 months ago
18
Fix #98, support empty string for SAVE file
#99
mungre
closed
9 months ago
0
In v1.09 the SAVE file name could be the empty string
#98
mungre
closed
9 months ago
1
Add string directive for String with last character bit8 set.
#97
sai2791
closed
11 months ago
3
NEXT on final line of file may be ignored
#96
mungre
opened
1 year ago
0
Add DEFINE and ASSIGN directives
#95
effarig
opened
1 year ago
1
Typo in readme.md
#94
LoveBug2084
closed
1 year ago
0
Specify the language used by CMake
#93
ccawley2011
closed
1 year ago
0
Fix tests with CMake when using a separate build directory
#92
ccawley2011
closed
1 year ago
3
Include <cstdlib> for gcc 4.8.5 compatibility
#91
mungre
closed
2 years ago
0
Compilation failures on RedHat 7 and gcc version 4.8.5
#90
sweharris
closed
2 years ago
2
Proposed updates
#89
chriskillpack
closed
2 years ago
9
Add directive to test for symbol definition
#88
chriskillpack
opened
2 years ago
0
Update test runners and fix new compiler warning
#87
mungre
closed
2 years ago
2
Insist on a space after a mnemonic with -w
#86
Homo-carbonis
closed
1 year ago
5
Don't allow macros with names starting with mnemonics except when -w is used
#85
ZornsLemma
opened
2 years ago
1
Default and negative -D values broken. Fixes #83.
#84
mungre
closed
2 years ago
3
1.10rc2: -D SYMBOL fails with default or negative value
#83
regregex
closed
2 years ago
2
Allow negative constants as operand (works for equb/equw/equd!)
#82
0xC0DE6502
opened
2 years ago
11
Insist on a space
#81
Homo-carbonis
closed
2 years ago
2
Macro names can't begin with instruction mnemonics
#80
Homo-carbonis
opened
2 years ago
9
Suppress unsaved warning if no memory used. Fixes #78.
#79
mungre
closed
2 years ago
2
Suppress “no save” warning if other output commands are present (or allow warning to be suppressed manually)
#78
markmoxon
closed
2 years ago
5
Merge fix for issue #74 (change -writes option to -cycle)
#77
ZornsLemma
closed
2 years ago
1
Change -writes to -cycle (issue #74)
#76
ZornsLemma
closed
2 years ago
1
New COPYBLOCK error in 1.10rc1, issue not present in 1.09
#75
markmoxon
closed
2 years ago
7
-writes should be -cycle
#74
jgharston
closed
2 years ago
10
Underscores in numeric literals. Fixes #36, #48.
#73
mungre
closed
2 years ago
5
Add -writes option to set number of disc writes in ssd catalogue
#72
ZornsLemma
closed
2 years ago
4
Merge `proposed-updates`?
#71
chriskillpack
closed
2 years ago
30
Allow setting lock bit on files when saving to disc image
#70
ZornsLemma
opened
2 years ago
0
Issue #66 - Handle out of range integer conversions
#69
mungre
closed
2 years ago
4
Use ARM intrinsic for compatible flt-to-int
#68
chriskillpack
closed
2 years ago
10
Fix ASSERT directive to work correctly
#67
chriskillpack
closed
2 years ago
6
ASSERT directive not working
#66
chriskillpack
closed
2 years ago
5
PUTBASIC requires a space which BBC BASIC's own tokeniser doesn't
#65
ZornsLemma
opened
3 years ago
0
PUTBASIC and ! or pling command does not tokenise correctly onto disk.
#64
mikroman
closed
3 years ago
11
PUTBASIC doesn't always correctly tokenise pseudo-variable rvalues on lhs
#63
ZornsLemma
opened
3 years ago
0
PUTBASIC auto-line-numbering doesn't like programs starting with line number 0
#62
ZornsLemma
opened
3 years ago
0
add jump_table_at_end.6502
#61
JulieMontoya
closed
3 years ago
3
Automatically create a release when a 'v*' tag is pushed
#60
mungre
closed
3 years ago
2
The VERBOSE symbol controls verbose output
#59
mungre
closed
2 years ago
0
Improve verbose output for INCBIN
#58
mungre
closed
3 months ago
0
Simple python-based testing framework for beebasm
#57
mungre
closed
3 years ago
28
Support for string values and many of BBC BASIC's string functions
#56
mungre
closed
3 years ago
52
Remove test against Ubuntu 16.04 and fix warnings
#55
davel
closed
3 years ago
0
Add cmake build configuration
#54
davel
closed
3 years ago
3
Next