mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-28 21:30:37 +00:00
Merge pull request #38 from ksherlock/undo-illegal-address
(qasm iigs) - add back error checking disabled for relative value bug
This commit is contained in:
commit
9f510117c0
@ -416,9 +416,7 @@ indexj da 5*2 ; these indexes is crucial
|
|||||||
array da 1,1,2,3,5,8,13,21,54,75,129,204
|
array da 1,1,2,3,5,8,13,21,54,75,129,204
|
||||||
da 323,527,850,1377,2227
|
da 323,527,850,1377,2227
|
||||||
|
|
||||||
do 0
|
|
||||||
err *-array-34
|
err *-array-34
|
||||||
fin
|
|
||||||
|
|
||||||
*=================================================
|
*=================================================
|
||||||
* SEED seeds generator from 16 bit contents of AXY
|
* SEED seeds generator from 16 bit contents of AXY
|
||||||
|
@ -1140,10 +1140,7 @@ indexj da 5*2 ; these indexes is crucial
|
|||||||
array da 1,1,2,3,5,8,13,21,54,75,129,204
|
array da 1,1,2,3,5,8,13,21,54,75,129,204
|
||||||
da 323,527,850,1377,2227
|
da 323,527,850,1377,2227
|
||||||
|
|
||||||
do 0
|
|
||||||
* Illegal relative address in line:
|
|
||||||
err *-array-34
|
err *-array-34
|
||||||
fin
|
|
||||||
|
|
||||||
seed php
|
seed php
|
||||||
rep %00110000
|
rep %00110000
|
||||||
|
@ -1415,7 +1415,7 @@ impop sec
|
|||||||
sta :handle+2
|
sta :handle+2
|
||||||
psl #$00
|
psl #$00
|
||||||
psl :handle
|
psl :handle
|
||||||
_GetHandlSize
|
_GetHandleSize
|
||||||
pll :aux
|
pll :aux
|
||||||
lda :aux+2
|
lda :aux+2
|
||||||
jne :toolarge
|
jne :toolarge
|
||||||
@ -1815,7 +1815,7 @@ lnkop sec
|
|||||||
_HUnlock
|
_HUnlock
|
||||||
psl #$00
|
psl #$00
|
||||||
psl :handle
|
psl :handle
|
||||||
_GetHandlSsize
|
_GetHandleSize
|
||||||
pll :size
|
pll :size
|
||||||
lda :more
|
lda :more
|
||||||
clc
|
clc
|
||||||
|
Loading…
Reference in New Issue
Block a user