Sentinel65X-Kernel/include/w65c816.i

25 lines
231 B
OpenEdge ABL
Raw Normal View History

2024-06-10 21:37:54 +02:00
native_mode .macro
clc
xce
.endmacro
long_a .macro
rep #$20
.al
.endmacro
short_a .macro
sep #$20
.as
.endmacro
long_i .macro
rep #$10
.xl
.endmacro
short_i .macro
sep #$10
.xs
.endmacro