eaxhla/test/overflows.eax
2024-07-27 00:40:30 +02:00

7 lines
78 B
Plaintext

program main
u8 a = 10
u8 b = 10000
u8 c = -200
begin
end program