summaryrefslogtreecommitdiff
path: root/ecomp-c/tests/const_assignment_from_another_constant.easm
blob: 6f9d1e30c5811385b8ea82a86ac91d9e45ef9079 (plain)
1
2
3
4
5
6
7
8
format binary
use32
org $1000000
jmp __global_0
; CONST N -> integer, 20
; CONST M -> integer, 20
__global_0:
hlt