mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 02:20:58 +11:00
91f79d1131
The idea is to consider assemblers as "runtime" apps instead of placing them in the "bootstrap" section of the blocks. These apps will be used for much more than bootstrapping. Moved its documentation to doc/asm.txt and made its code blocks more compact.
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
( Z80 Assembler
|
|
|
|
006 Variables & consts
|
|
007 Utils 008 OP1
|
|
010 OP1r 012 OP1d
|
|
013 OP1rr 015 OP2
|
|
016 OP2i 017 OP2ri
|
|
018 OP2br 019 OProt
|
|
020 OP2r 021 OP2d
|
|
022 OP3di 023 OP3i
|
|
024 Specials 025 Flow
|
|
028 Macros )
|
|
1 23 LOADR+
|