-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathz80dasm_blocks.custom.txt
51 lines (35 loc) · 2.04 KB
/
z80dasm_blocks.custom.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
; z80dasm_blocks.custom.txt
;
; This file is part of
; Abersoft Forth disassembled
; http://programandala.net/en.program.abersoft_forth.html
;
; 2015-05-24: Start.
; 2015-05-27: Updated with 'unlabeled'.
; 2015-05-29: Updated with tape headers.tape headers
not_used_00: unlabeled first 0x5E00 unlabeled last 0x5E05 type worddata
not_used_01: unlabeled first 0x5E32 unlabeled last 0x5E3F type worddata
user_variables: unlabeled first 0x5E06 unlabeled last 0x5E31 type pointers
entry_points: unlabeled first 0x5E40 unlabeled last 0x5E47 type code
fig_version: unlabeled first 0x5E48 unlabeled end 0x5E4C type bytedata
top_most_word_in_forth_voc: first 0x5E4C unlabeled last 0x5E4D type pointers
backspace_char: first 0x5E4E unlabeled last 0x5E4F type worddata
init_user_pointer_value: first 0x5E50 unlabeled last 0x5E51 type pointers
user_variables_init: unlabeled first 0x5E52 unlabeled last 0x5E61 type pointers
cpu_name: first 0x5E62 unlabeled last 0x5E65 type worddata
registers: unlabeled first 0x5E66 unlabeled last 0x5E69 type pointers
warm_start_phony_cfa: first 0x6DA1 unlabeled last 0x6DA2 type pointers
cold_start_phony_cfa: first 0x6DC7 unlabeled last 0x6DC8 type pointers
key_routine_cursor_char: first 0x6FDA unlabeled last 0x6FDA type bytedata
tape_load_header: first 0x75E6 unlabeled last 0x75F0 type bytedata
tape_load_header_length: first 0x75F1 unlabeled last 0x75F2 type worddata
tape_load_header_address: first 0x75F3 unlabeled last 0x75F4 type worddata
tape_load_header_not_used: first 0x75F5 unlabeled last 0x75F6 type bytedata
tape_save_header: first 0x75F7 unlabeled last 0x7601 type bytedata
tape_save_header_length: first 0x7602 unlabeled last 0x7603 type worddata
tape_save_header_address: first 0x7604 unlabeled last 0x7605 type worddata
tape_save_header_not_used: first 0x7606 unlabeled last 0x7607 type bytedata
stop_code: unlabeled first 0x763E unlabeled last 0x763E type bytedata
printer_channel_or_zero: first 0x706D unlabeled last 0x706D type bytedata
paren_emit_cfa: first 0x706E unlabeled last 0x706F type pointers
; vim: filetype=z80