Merge pull request #32 from pzembrod/v3.9.2

Remove unneeded mk-tmp-heap from x16tmpheap.fth
This commit is contained in:
Carsten Strotmann 2021-02-09 08:23:29 +00:00 committed by GitHub
commit 9b54bb8144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,6 @@ User ]tmpheap
\ X16 KERNAL. The banked RAM lives from $a000 to $bfff.
1 $9f61 c! $a000 tmpheap[ ! $c000 dup ]tmpheap ! tmpheap> !
: mk-tmp-heap ( size -- )
heap dup ]tmpheap ! tmpheap> ! hallot heap tmpheap[ ! ;
: tmp-hallot ( size -- addr )
tmpheap> @ swap -
dup tmpheap[ @ u< abort" tmp heap overflow"