Skip to content

[basm] Add more test to directive bank #39

@rgiot

Description

@rgiot

In the following code

	BANK &C4
	org &4000
start_c4

BITMAPS	incbin "files/BITMAPS3.SCR"	
stop_c4
	print "start_c4: ", {hex}start_c4
	print "stop_c4: ", {hex}stop_c4

start_c4 is equal to 0x4000, while stop_c4 is equal to 0x0000 instead of 0x8000 (I think it should be the case, at least).

it would be useful to check what is the behavior in other assemblers such as rasm and winape.

And fix this bug (or remove this feature ;))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions