This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
pygments/tests/examplefiles/redcode/dwarf.cw.output
2021-11-14 18:32:52 +01:00

94 lines
2.8 KiB
Text
Generated

';redcode' Comment.Single
'\n' Text.Whitespace
';name Dwarf' Comment.Single
'\n' Text.Whitespace
';author A. K. Dewdney' Comment.Single
'\n' Text.Whitespace
';version 94.1' Comment.Single
'\n' Text.Whitespace
';date April 29, 1993' Comment.Single
'\n' Text.Whitespace
';strategy Bombs every fourth instruction.' Comment.Single
'\n ' Text.Whitespace
'ORG' Name.Function
' ' Text.Whitespace
'start' Name
' ' Text.Whitespace
'; Indicates the instruction with' Comment.Single
'\n ' Text.Whitespace
'; the label "start" should be the' Comment.Single
'\n ' Text.Whitespace
'; first to execute.' Comment.Single
'\n' Text.Whitespace
'step' Name
' ' Text.Whitespace
'EQU' Name.Function
' ' Text.Whitespace
'4' Literal.Number.Integer
' ' Text.Whitespace
'; Replaces all occurrences of "step"' Comment.Single
'\n ' Text.Whitespace
'; with the character "4".' Comment.Single
'\n' Text.Whitespace
'target' Name
' ' Text.Whitespace
'DAT' Name.Function
'.' Punctuation
'F' Name.Decorator
' ' Text.Whitespace
'#' Operator
'0' Literal.Number.Integer
',' Punctuation
' ' Text.Whitespace
'#' Operator
'0' Literal.Number.Integer
' ' Text.Whitespace
'; Pointer to target instruction.' Comment.Single
'\n' Text.Whitespace
'start' Name
' ' Text.Whitespace
'ADD' Name.Function
'.' Punctuation
'AB' Name.Decorator
' ' Text.Whitespace
'#' Operator
'step' Name
',' Punctuation
' ' Text.Whitespace
'target' Name
' ' Text.Whitespace
'; Increments pointer by step.' Comment.Single
'\n ' Text.Whitespace
'MOV' Name.Function
'.' Punctuation
'AB' Name.Decorator
' ' Text.Whitespace
'#' Operator
'0' Literal.Number.Integer
',' Punctuation
' ' Text.Whitespace
'@' Operator
'target' Name
' ' Text.Whitespace
'; Bombs target instruction.' Comment.Single
'\n ' Text.Whitespace
'JMP' Name.Function
'.' Punctuation
'A' Name.Decorator
' ' Text.Whitespace
'start' Name
' ' Text.Whitespace
'; Same as JMP.A -2. Loops back to' Comment.Single
'\n ' Text.Whitespace
'; the instruction labelled "start".' Comment.Single
'\n ' Text.Whitespace
'END' Name.Function
'\n' Text.Whitespace