Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 431 Bytes

dot_endc.md

File metadata and controls

13 lines (7 loc) · 431 Bytes

Asmc Macro Assembler Reference

.ENDC

.ENDC closes a .CASE statement.

The name was separated from BREAK to have more flexibility with regards to control flow of loops. However, ENDC have the same qualities as BREAK and thus can be used in combination with .IF:

.ENDC .IF al == 2

See Also

.SWITCH | .CASE | .DEFAULT | .GOTOSW | .ENDSW