mirror of
https://github.com/marketideas/qasm.git
synced 2025-01-14 11:29:46 +00:00
fixed formatter
This commit is contained in:
parent
140121f13e
commit
046335d9db
1
asm.cpp
1
asm.cpp
@ -815,6 +815,7 @@ CLASS::~CLASS()
|
||||
}
|
||||
void CLASS::init(void)
|
||||
{
|
||||
TFileProcessor::init();
|
||||
std::string s;
|
||||
lines.clear();
|
||||
|
||||
|
@ -17,7 +17,7 @@ neg equ -16
|
||||
//]var1 = v1234
|
||||
|
||||
;lst off
|
||||
:start00:
|
||||
start00:
|
||||
brk ;$00
|
||||
ora (dp,x)
|
||||
cop $BA
|
||||
@ -233,7 +233,6 @@ startB0
|
||||
lda expr,x
|
||||
ldx expr,y
|
||||
ldal lexpr,x
|
||||
lst off
|
||||
|
||||
startC0
|
||||
cpy #immed
|
||||
|
Loading…
x
Reference in New Issue
Block a user