mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
Documentation
This commit is contained in:
parent
fbf7f9b319
commit
d7018a10df
1 changed files with 7 additions and 6 deletions
|
@ -85,9 +85,10 @@
|
|||
;; STACK_BASE := 0x10000
|
||||
;; DATA_SPACE_BASE := 0x20000
|
||||
;;
|
||||
;; PICTURED_OUTPUT_OFFSET := 0x200 (offset from HERE; filled backward)
|
||||
;; WORD_OFFSET := 0x200 (offset from HERE)
|
||||
;; PAD_OFFSET := 0x304 (offset from HERE)
|
||||
;; Transient regions, offset from HERE:
|
||||
;; PICTURED_OUTPUT_OFFSET := 0x200 (filled backward)
|
||||
;; WORD_OFFSET := 0x200
|
||||
;; PAD_OFFSET := 0x304 (WORD_OFSET + 1 + 0xFF)
|
||||
;;
|
||||
(memory (export "memory") 0x640 (; = MEMORY_SIZE_PAGES ;))
|
||||
|
||||
|
|
Loading…
Reference in a new issue