2023-04-02 10:39:35 +00:00
|
|
|
; Generated by Henceforth 0.1.0 (https://git.dergrimm.net/dergrimm/hence.git)
|
|
|
|
|
2023-03-23 16:59:10 +00:00
|
|
|
.include "$lib/core.asm"
|
|
|
|
.include "$lib/std.asm"
|
2023-03-24 20:13:40 +00:00
|
|
|
|
2023-04-01 17:20:32 +00:00
|
|
|
.define_eval prev, OFFSET
|
2023-04-02 10:39:35 +00:00
|
|
|
ts CORE_U16_MAX
|
2023-04-01 17:20:32 +00:00
|
|
|
tlr CORE_REG_PC
|
|
|
|
.define_eval diff, (OFFSET - prev)
|
|
|
|
.define_eval MAIN_JUMPER, (CORE_MEM_PRG_END - diff)
|
|
|
|
.org prev
|
|
|
|
.delete prev, diff
|
|
|
|
|
2023-04-02 10:39:35 +00:00
|
|
|
.define_eval prev, OFFSET
|
|
|
|
.bytes NULL
|
|
|
|
.bytes NULL
|
|
|
|
|
|
|
|
.define_eval INDEX_CONDITIONS_SIZE, (OFFSET - prev)
|
|
|
|
.org prev
|
|
|
|
.delete prev
|
|
|
|
|
|
|
|
.debug INDEX_CONDITIONS_SIZE
|
|
|
|
|
|
|
|
; index
|
|
|
|
index_conditions_if_0:
|
|
|
|
|
2023-03-24 20:13:40 +00:00
|
|
|
|
2023-04-01 17:20:32 +00:00
|
|
|
.define_eval MEM_LOOP_DEPTH, CORE_MEM_MEM
|
|
|
|
.define_eval MEM_LOOP_I, (MEM_LOOP_DEPTH + 1)
|
|
|
|
.define_eval MEM_LOOP_J, (MEM_LOOP_I + 1)
|
2023-03-24 20:13:40 +00:00
|
|
|
|
2023-04-01 17:20:32 +00:00
|
|
|
.define_eval MEM_CALL_STACK_LEN, 16
|
|
|
|
.define_eval MEM_CALL_STACK_PTR, (MEM_LOOP_J + 1)
|
|
|
|
.define_eval MEM_CALL_STACK_END, (MEM_CALL_STACK_PTR + MEM_CALL_STACK_LEN)
|
|
|
|
|
|
|
|
.define_eval MEM_ALLOC_PTR, (MEM_CALL_STACK_END + 1)
|
|
|
|
|
|
|
|
.macro stack_transfer_alu
|
|
|
|
.std_ld
|
|
|
|
tlr CORE_REG_B
|
|
|
|
.std_ld
|
|
|
|
tlr CORE_REG_A
|
|
|
|
.endmacro
|
2023-03-24 20:13:40 +00:00
|
|
|
|
2023-03-23 16:59:10 +00:00
|
|
|
.std_rset CORE_REG_A, MEM_CALL_STACK_PTR
|
|
|
|
.std_set MEM_CALL_STACK_PTR
|
2023-03-24 20:13:40 +00:00
|
|
|
|
2023-04-01 17:20:32 +00:00
|
|
|
.std_rset CORE_REG_A, MEM_ALLOC_PTR
|
2023-03-23 16:59:10 +00:00
|
|
|
.std_set MEM_ALLOC_PTR
|
2023-03-24 20:13:40 +00:00
|
|
|
|
2023-04-01 17:20:32 +00:00
|
|
|
.std_jump MAIN_JUMPER
|
2023-03-24 20:13:40 +00:00
|
|
|
|
2023-03-23 16:59:10 +00:00
|
|
|
call_stack_jump:
|
2023-03-24 20:13:40 +00:00
|
|
|
.std_get MEM_CALL_STACK_PTR
|
|
|
|
tlr CORE_REG_A
|
|
|
|
.std_rset CORE_REG_B, 1
|
|
|
|
.std_alu CORE_ALU_ADD
|
|
|
|
tlr CORE_REG_A
|
|
|
|
tlr CORE_REG_B
|
|
|
|
.std_set MEM_CALL_STACK_PTR
|
|
|
|
|
|
|
|
tsr CORE_REG_D
|
|
|
|
tlr CORE_REG_A
|
|
|
|
tsr CORE_REG_B
|
|
|
|
set
|
|
|
|
tsr CORE_REG_C
|
|
|
|
tlr CORE_REG_PC
|
|
|
|
|
2023-03-23 16:59:10 +00:00
|
|
|
return_call_stack_jump:
|
2023-03-24 20:13:40 +00:00
|
|
|
.std_get MEM_CALL_STACK_PTR
|
|
|
|
tlr CORE_REG_A
|
|
|
|
tlr CORE_REG_C
|
|
|
|
.std_rset CORE_REG_B, 1
|
|
|
|
.std_alu CORE_ALU_SUB
|
|
|
|
tlr CORE_REG_A
|
|
|
|
.std_set MEM_CALL_STACK_PTR
|
|
|
|
|
|
|
|
tsr CORE_REG_C
|
|
|
|
get
|
|
|
|
tlr CORE_REG_PC
|
|
|
|
|
2023-04-02 10:39:35 +00:00
|
|
|
.define_eval prev, OFFSET
|
|
|
|
.std_rset CORE_REG_C, CORE_U16_MAX
|
|
|
|
.std_rset CORE_REG_D, CORE_U16_MAX
|
|
|
|
ts call_stack_jump
|
|
|
|
tlr CORE_REG_PC
|
|
|
|
.define_eval CALL_STACK_JUMP_SIZE, (OFFSET - prev)
|
|
|
|
.org prev
|
|
|
|
.delete prev
|
|
|
|
|
|
|
|
.macro call_stack_jump, call_stack_jump_arg_0_label
|
|
|
|
.define_eval prev, OFFSET
|
|
|
|
.define offset_till_end, (OFFSET - prev * -1 + CALL_STACK_JUMP_COND_IF_ELSE_SIZE)
|
|
|
|
|
2023-04-01 17:20:32 +00:00
|
|
|
.std_rset CORE_REG_C, call_stack_jump_arg_0_label
|
2023-04-02 10:39:35 +00:00
|
|
|
.std_rset CORE_REG_D, (OFFSET + offset_till_end)
|
2023-04-01 17:20:32 +00:00
|
|
|
ts call_stack_jump
|
|
|
|
tlr CORE_REG_PC
|
2023-04-02 10:39:35 +00:00
|
|
|
|
|
|
|
.delete prev, offset_till_end
|
2023-04-01 17:20:32 +00:00
|
|
|
.endmacro
|
|
|
|
|
2023-04-02 10:39:35 +00:00
|
|
|
.define_eval prev, OFFSET
|
|
|
|
.std_ld
|
|
|
|
tlr CORE_REG_A
|
|
|
|
.std_rset CORE_REG_C, CORE_U16_MAX
|
|
|
|
.std_rset CORE_REG_D, CORE_U16_MAX
|
|
|
|
ts call_stack_jump
|
|
|
|
tlrc CORE_REG_PC
|
|
|
|
.define_eval CALL_STACK_JUMP_COND_IF_SIZE, (OFFSET - prev)
|
|
|
|
.org prev
|
|
|
|
.delete prev
|
|
|
|
|
|
|
|
.macro call_stack_jump_cond_if, call_stack_jump_cond_if_arg_0_if_label
|
|
|
|
.define_eval prev, OFFSET
|
|
|
|
.define offset_till_end, (OFFSET - prev * -1 + CALL_STACK_JUMP_COND_IF_ELSE_SIZE)
|
|
|
|
|
2023-03-24 20:13:40 +00:00
|
|
|
.std_ld
|
|
|
|
tlr CORE_REG_A
|
2023-04-01 17:20:32 +00:00
|
|
|
.std_rset CORE_REG_C, call_stack_jump_cond_if_arg_0_if_label
|
2023-04-02 10:39:35 +00:00
|
|
|
.std_rset CORE_REG_D, (OFFSET + offset_till_end)
|
2023-04-01 17:20:32 +00:00
|
|
|
ts call_stack_jump
|
|
|
|
tlrc CORE_REG_PC
|
2023-04-02 10:39:35 +00:00
|
|
|
|
|
|
|
.delete prev, offset_till_end
|
2023-03-24 20:13:40 +00:00
|
|
|
.endmacro
|
|
|
|
|
2023-04-02 10:39:35 +00:00
|
|
|
.define_eval prev, OFFSET
|
|
|
|
.std_ld
|
|
|
|
tlr CORE_REG_A
|
|
|
|
.std_rset CORE_REG_C, CORE_U16_MAX
|
|
|
|
.std_rset CORE_REG_D, CORE_U16_MAX
|
|
|
|
ts call_stack_jump
|
|
|
|
tlrc CORE_REG_PC
|
|
|
|
|
|
|
|
.std_rset CORE_REG_C, CORE_U16_MAX
|
|
|
|
.std_rset CORE_REG_D, CORE_U16_MAX
|
|
|
|
ts call_stack_jump
|
|
|
|
tlr CORE_REG_PC
|
|
|
|
.define_eval CALL_STACK_JUMP_COND_IF_ELSE_SIZE, (OFFSET - prev)
|
|
|
|
.org prev
|
|
|
|
.delete prev
|
|
|
|
|
|
|
|
.macro call_stack_jump_cond_if_else, call_stack_jump_cond_if_else_arg_0_if_label, call_stack_jump_cond_if_else_arg_1_else_label
|
|
|
|
.define_eval prev, OFFSET
|
|
|
|
.define offset_till_end, (OFFSET - prev * -1 + CALL_STACK_JUMP_COND_IF_ELSE_SIZE)
|
|
|
|
|
2023-04-01 17:20:32 +00:00
|
|
|
.std_ld
|
|
|
|
tlr CORE_REG_A
|
|
|
|
.std_rset CORE_REG_C, call_stack_jump_cond_if_else_arg_0_if_label
|
2023-04-02 10:39:35 +00:00
|
|
|
.std_rset CORE_REG_D, (OFFSET + offset_till_end)
|
2023-04-01 17:20:32 +00:00
|
|
|
ts call_stack_jump
|
|
|
|
tlrc CORE_REG_PC
|
|
|
|
|
|
|
|
.std_rset CORE_REG_C, call_stack_jump_cond_if_else_arg_1_else_label
|
2023-04-02 10:39:35 +00:00
|
|
|
.std_rset CORE_REG_D, (OFFSET + offset_till_end)
|
2023-03-24 20:13:40 +00:00
|
|
|
ts call_stack_jump
|
|
|
|
tlr CORE_REG_PC
|
2023-04-01 17:20:32 +00:00
|
|
|
|
2023-04-02 10:39:35 +00:00
|
|
|
.delete prev, offset_till_end
|
2023-03-24 20:13:40 +00:00
|
|
|
.endmacro
|
|
|
|
|
|
|
|
.macro return_call_stack_jump
|
|
|
|
.std_jump return_call_stack_jump
|
|
|
|
.endmacro
|
|
|
|
|
|
|
|
; data
|
|
|
|
; strings
|
|
|
|
|
|
|
|
; conditions
|
2023-04-01 17:20:32 +00:00
|
|
|
; condition: 0
|
|
|
|
conditions_if_0:
|
|
|
|
push 42
|
|
|
|
.std_ld
|
|
|
|
tlr CORE_REG_A
|
|
|
|
.std_set CORE_MEM_OUT
|
|
|
|
.std_rset CORE_REG_A, '\n'
|
|
|
|
.std_set CORE_MEM_CHR
|
2023-04-02 10:39:35 +00:00
|
|
|
.call_stack_jump words_0
|
|
|
|
.call_stack_jump words_1
|
|
|
|
.call_stack_jump words_2
|
|
|
|
.call_stack_jump words_3
|
|
|
|
.call_stack_jump words_4
|
|
|
|
dbg
|
2023-04-01 17:20:32 +00:00
|
|
|
.return_call_stack_jump
|
|
|
|
|
|
|
|
conditions_else_0:
|
2023-04-02 10:39:35 +00:00
|
|
|
push 69
|
2023-04-01 17:20:32 +00:00
|
|
|
.std_ld
|
|
|
|
tlr CORE_REG_A
|
|
|
|
.std_set CORE_MEM_OUT
|
|
|
|
.std_rset CORE_REG_A, '\n'
|
|
|
|
.std_set CORE_MEM_CHR
|
|
|
|
.return_call_stack_jump
|
|
|
|
|
2023-03-24 20:13:40 +00:00
|
|
|
|
|
|
|
; words
|
2023-04-01 17:20:32 +00:00
|
|
|
words_0:
|
|
|
|
; name : "test"
|
|
|
|
push 40
|
|
|
|
push 2
|
|
|
|
.stack_transfer_alu
|
|
|
|
.std_alu CORE_ALU_ADD
|
|
|
|
tls
|
|
|
|
.return_call_stack_jump
|
|
|
|
|
2023-04-02 10:39:35 +00:00
|
|
|
words_1:
|
|
|
|
; name : "meep"
|
|
|
|
push 32
|
|
|
|
.return_call_stack_jump
|
|
|
|
|
|
|
|
words_2:
|
|
|
|
; name : "morp"
|
|
|
|
push 4875
|
|
|
|
push 8748
|
|
|
|
dbg
|
|
|
|
.return_call_stack_jump
|
|
|
|
|
|
|
|
words_3:
|
|
|
|
; name : "zeep"
|
|
|
|
push 8777
|
|
|
|
dbg
|
|
|
|
.return_call_stack_jump
|
|
|
|
|
|
|
|
words_4:
|
|
|
|
; name : "borg"
|
|
|
|
dbg
|
|
|
|
.return_call_stack_jump
|
|
|
|
|
2023-03-24 20:13:40 +00:00
|
|
|
|
|
|
|
; main
|
2023-04-01 17:20:32 +00:00
|
|
|
main:
|
|
|
|
.org MAIN_JUMPER
|
|
|
|
ts main
|
|
|
|
tlr CORE_REG_PC
|
2023-03-24 20:13:40 +00:00
|
|
|
|
2023-04-01 17:20:32 +00:00
|
|
|
.org main
|
|
|
|
push 0
|
2023-04-02 10:39:35 +00:00
|
|
|
.call_stack_jump_cond_if_else conditions_if_0, conditions_else_0
|
|
|
|
.call_stack_jump words_0
|
2023-03-31 12:36:00 +00:00
|
|
|
dbg
|
2023-04-02 10:39:35 +00:00
|
|
|
.call_stack_jump words_1
|
|
|
|
.call_stack_jump words_2
|
|
|
|
.call_stack_jump words_3
|
|
|
|
.call_stack_jump words_4
|
2023-03-31 12:36:00 +00:00
|
|
|
dbg
|
2023-03-23 16:59:10 +00:00
|
|
|
.std_stop
|