ds pseudo instruction - invalid size checking

Bug #681157 reported by The Escapist
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gnusim8085
New
Undecided
Unassigned

Bug Description

consider the following program:
; ------------------------
jmp start
data0: ds 10 ; allocate 10 bytes
data1: ds 100; allocate 100 bytes
data2: ds 1000; allocate 1000 bytes (causes "DS:Exceeded limit" message)

data3: ds 500; allocates only 244 bytes of memory - according the assember listing view, without causing an error message

start: hlt
; -------------------------

http://www.cs.otago.ac.nz/cosc243/lectures/asm_dir.pdf

Changed in gnusim8085:
milestone: none → 1.3.8
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.